ESP32 + Spfd5408 controller shield gives white screen #1989
sp3p3x
started this conversation in
Compatible displays and setup files
Replies: 1 comment
-
The vendors page states Spfd5408 controller, so it is not an ILI9341 display. The Spfd5408 controller is not supported by TFR_eSPI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a nodemcu esp-32s and a 2.4" tft lcd shield.
link to board - https://quartzcomponents.com/products/esp32-development-board-wifi-bluetooth
link to display - https://quartzcomponents.com/products/2-4-inch-tft-lcd-display-module-for-arduino-uno
this is my User_Setup.h file:
i have been troubleshooting for the past two days but none of the fixes work.. i tried making different connections, checked the connections for continuity, different versions of tft_espi library, different spi frequencies, changing 3v3 to 5v etc. but none of these worked.. i tried running TFT_ReadWrite_Test with the above setup file and this is the output:

my connections:
connections.zip
i went through all of the ILI9341 issues on the issues page and tried almost all of the troubleshooting steps.. none works..
i highly doubt if there is any compatibility problems with either the board or display since i've seen people say they changed their board/display and everything started working...
any help is highly appreciated.. thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions