ESP32_TFT_library icon indicating copy to clipboard operation
ESP32_TFT_library copied to clipboard

Latest ESP-WROVER-KIT uses ILI9341

Open davidthings opened this issue 7 years ago • 1 comments

Did not work with default settings. The following works:

// ** Set the correct configuration for ESP32-WROVER-KIT v3
// --------------------------------------------------------
//#define DEFAULT_DISP_TYPE           DISP_TYPE_ST7789V
#define DEFAULT_DISP_TYPE   DISP_TYPE_ILI9341

davidthings avatar Apr 20 '18 17:04 davidthings

Also it looks like:

#define TFT_INVERT_ROTATION1        0
#define TFT_RGB_BGR                 0x08

Are better settings for the ILI9341

davidthings avatar Apr 20 '18 17:04 davidthings