- 
                Notifications
    You must be signed in to change notification settings 
- Fork 204
ESP32 TFT Boards configurations
        e2002 edited this page May 20, 2023 
        ·
        3 revisions
      
    Remove resistors R17 and RP20 from the board: 


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
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