loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
553 stars 219 forks source link

Latest ESP-WROVER-KIT uses ILI9341 #35

Open davidthings opened 6 years ago

davidthings commented 6 years ago

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 commented 6 years ago

Also it looks like:

#define TFT_INVERT_ROTATION1        0
#define TFT_RGB_BGR                 0x08

Are better settings for the ILI9341