ESP32 TFT Boards configurations - e2002/yoradio GitHub Wiki

Remove resistors R17 and RP20 from the board:
R17R20-240

ESP32-2432S028R

ESP32-2432S028R

https://aliexpress.com/item/1005004502250619.html

#define DSP_MODEL           DSP_ILI9341
#define DSP_HSPI            true
#define LED_INVERT          true
#define TFT_CS              15
#define TFT_DC              2
#define TFT_RST             -1
#define LED_BUILTIN         17
#define BRIGHTNESS_PIN      21
#define I2S_DOUT            22
#define I2S_BCLK            16
#define I2S_LRC             4
#define TS_MODEL            TS_MODEL_XPT2046
#define TS_SPIPINS          25, 39, 32    /* SCK, MISO, MOSI */
#define TS_CS               33
#define IR_PIN              27
#define LIGHT_SENSOR        34
#define AUTOBACKLIGHT_MAX   1024

ESP32-3248S035C

ESP32-3248S035C

https://aliexpress.com/item/1005004632953455.html?sku_id=12000029911293172

#define DSP_MODEL           DSP_ST7796
#define DSP_HSPI            true
#define LED_INVERT          true
#define TFT_CS              15
#define TFT_DC              2
#define TFT_RST             -1
#define LED_BUILTIN         17
#define BRIGHTNESS_PIN      27
#define SDC_CS              5
#define I2S_DOUT            22
#define I2S_BCLK            16
#define I2S_LRC             4
#define TS_MODEL            TS_MODEL_GT911
#define IR_PIN              21
#define LIGHT_SENSOR        34
#define AUTOBACKLIGHT_MAX   1024