Closed doingnz closed 6 years ago
works correctly with these settings:
#if CONFIG_EXAMPLE_DISPLAY_TYPE == 1
// ** Set the correct configuration for ESP32-WROVER-KIT v3
// --------------------------------------------------------
#define DEFAULT_DISP_TYPE DISP_TYPE_ST7789V
#define DEFAULT_TFT_DISPLAY_WIDTH 240
#define DEFAULT_TFT_DISPLAY_HEIGHT 320
#define DISP_COLOR_BITS_24 0x66
#define DEFAULT_GAMMA_CURVE 0
#define DEFAULT_SPI_CLOCK 26000000
#define TFT_INVERT_ROTATION 0
#define TFT_INVERT_ROTATION1 0
#define TFT_RGB_BGR 0x08
I have selected the WROVER option in menuconfig. It builds and flashes. Appears to run fine with the exception all items on screen are mirrored (as if looking through the back of the LCD!).
Note this is V4.1 of the ESP32-WROVER-KIT.
Suggestions?