Trying to connect an ili9488 display to esp32-wrover-dev but the screen is completely black and never turns on. #2513
-
in User_Setup.h i commented out the ILI9341 driver and uncommented the ILI9488 driver and i also did the following: // For ESP32 Dev board (only tested with ILI9341 display) #define TFT_MISO 19 the screen is completely off and im not sure what i am doing wrong |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
If the screen backlight LEDs are not turning on the you may need to connect the BL pin to 0V or 3.3V. The backlight LEDs must be on to see the screen image. TFT_RST is defined twice, only define once in this case it should be pin 4. Run Read_User_Setup and check the serial output to verify the compiler is using the correct pins. |
Beta Was this translation helpful? Give feedback.
-
Run Read_User_Setup and check the serial output to verify the compiler is using the correct pins. |
Beta Was this translation helpful? Give feedback.
-
TFT_RST is not defined correctly as it is missing in the report. I notice also that the camera is connected to the pin used for the TFT so that may cause problems. Disconnect to camera to check if the display works. |
Beta Was this translation helpful? Give feedback.
TFT_RST is not defined correctly as it is missing in the report.
I notice also that the camera is connected to the pin used for the TFT so that may cause problems. Disconnect to camera to check if the display works.