Hello
I have an ESP32 DevKit v1 and an LCD display with ILI9486 when connected this way:
#define ILI9486_DRIVER
#define TFT_MISO 19
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS 15
#define TFT_DC 2
#define TFT_RST 4
#define TFT_BL 21 // or 3.3V
#define SPI_FREQUENCY 27000000
Unfortunately a white screen all the time , what could be the reason for this are you able to help.
Many thanks in advance
Added after 8 [hours] 39 [minutes]:
I have this display
I have an ESP32 DevKit v1 and an LCD display with ILI9486 when connected this way:
#define ILI9486_DRIVER
#define TFT_MISO 19
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS 15
#define TFT_DC 2
#define TFT_RST 4
#define TFT_BL 21 // or 3.3V
#define SPI_FREQUENCY 27000000
Unfortunately a white screen all the time , what could be the reason for this are you able to help.
Many thanks in advance
Added after 8 [hours] 39 [minutes]:
I have this display