2.4" TFT LCD // ILI9325 #2496
Closed
shri360
started this conversation in
Compatible displays and setup files
Replies: 3 comments 8 replies
-
The ILI9325 is not one of the supported displays. So it may not work. Which driver have you used in the setup file? Run the Read_User_Setup sketch and look at the serial output to see if the pins are correct. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@Gitman13264 https://forum.arduino.cc/t/help-mcufriend-3-5-tft-lcd-480x320-esp32-solved/559854/5 Thanks for this man on arduino forum |
Beta Was this translation helpful? Give feedback.
4 replies
-
Yes, i figured it out eventually. Glad to help give me more information
…On Tue, 8 Oct 2024, 12:10 Rishit Shetty, ***@***.***> wrote:
Hi, Did you find any solution for that problem, even I am experiencing
similliar issues
—
Reply to this email directly, view it on GitHub
<#2496 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJ2GMVNAMQFP4NXMJPNDIUDZ2OVSNAVCNFSM6AAAAABKY2QZ4OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBXHAZDSNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
-
Hi there!
I'm trying to interface 2.4" TFT LCD with ESP32-WROOM-32.
Lcd model,
Connections
TFT ESP32
LDC_RST -- GPIO32
LDC_CS -- GPIO33
LDC_RS -- GPIO15
LDC_WR -- GPIO4
LDC_RD -- GPIO2
LDC_D0 -- GPIO12
LDC_D1 -- GPIO13
LDC_D2 -- GPIO26
LDC_D3 -- GPIO25
LDC_D4 -- GPIO17
LDC_D5 -- GPIO16
LDC_D6 -- GPIO27
LDC_D7 -- GPIO14
3.3V -- 3.3V
GND -- GND
After uploading code showing white screen. really don't know what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions