TFT Display Showing White Screen Issue

mercy-joyce

Oct 1, 2024
2
Joined
Oct 1, 2024
Messages
2
Hi Guys,
I connected my 1.8 TFT SPI 128x160 display to an ESP8266, and installed the required libraries. then i uploaded a graphics test code from the example menu in the IDE provided by Adafruit. The code uploaded successfully, but all I get is a white screen and nothing else.

I have been trying to troubleshoot this issue for the past 3 days with no luck. Can anyone help me figure out what's wrong and how to fix?
 

danadak

Feb 19, 2021
1,062
Joined
Feb 19, 2021
Messages
1,062
Display part number ? Possibly post the schematic of the whole system/interface
to LCD.

Does display have any power up sequencing constraints ?


Regards, Dana.
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
14,270
Joined
Nov 17, 2011
Messages
14,270
The ESP8266 is a 3.3 V device. What about your TFT? If it is a 5 V device, then you may have interface issues.
i uploaded a graphics test code from the example menu in the IDE provided by Adafruit
Have you ensured the code matches the display? Not all TFTs are made equal. Other TFTs will require different code.
 
Last edited:

mercy-joyce

Oct 1, 2024
2
Joined
Oct 1, 2024
Messages
2
The ESP8266 is a 3.3 V device. What about your TFT? If it is a 5 V device, then you may have interface issues.

Have you ensured the code matches the display? Not all TFTs are made equal. Other TFTs will require different code.
@Harald Kapp,
Thank you so much for taking the time to help. White Screen
 
Last edited by a moderator:

encore

May 2, 2025
1
Joined
May 2, 2025
Messages
1
I had the same white screen issue, and it was caused by incorrect wiring and pin setup. Double-checking the connections, especially SCK, SDA, CS, DC, and RESET, and matching them with the code fixed it for me. Also, make sure you're using the right display driver.
 
Top