hello
I use tft 3.5 ILI9388 with ESP32 S3 by using TFT_Espi library with configuration #define ILI9488_DRIVER // WARNING: Do not connect the ILI9488 display SDO to MISO if other devices share the SPI bus (TFT SDO does NOT tristate when CS is high)
#define TFT_BL 2 // LED back light control pin #define TFT_BACKLIGHT_ON HIGH // Level to turn on backlight (HIGH or LOW)
#define TFT_MISO 13 #define TFT_MOSI 11 #define TFT_SCLK 12 #define TFT_CS 10 // Chip selection control pin #define TFT_DC 8 // Data Command control pin
the reset pin is connected to the reset port on the esp32 s3
are the pins correct and appropriate?
because I have tried many times but always failed, I almost gave up but had to do it because this was a school exam assignment.
Were you able to solve it?? i have the same problem. I can turn on my screen, but is only white. I try with TFT_eSPI - User_Setup_Select - Setup21_ILI9488, but doesn't work.
I had the same issue ive tried 2 spi busses 3 different micro controlers and different spi speeds only the touch half on mine works i believe i have a faulty one but did you modify the correct config files?