ESP32_TFT_library
ESP32_TFT_library copied to clipboard
Latest ESP-WROVER-KIT uses ILI9341
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
Also it looks like:
#define TFT_INVERT_ROTATION1 0
#define TFT_RGB_BGR 0x08
Are better settings for the ILI9341