ESP32S3 + ILI_9488 #3424
Unanswered
MrZec986
asked this question in
Q&A - Touch
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a question…
I don't know if I'm in the right place, but I have a problem with initializing the ILI_9488(hsd035577a5) screen.
It's about the ESP32-S3-WROOM-1 module.
My programming and connection knowledge is about 2/100.
This is my pinout configuration:
TFT_MISO 14 // SDO(MISO)
TFT_MOSI 11 // SDI(MOSI)
TFT_SCLK 12 // SCK
TFT_CS 10 // Chip select control pin
TFT_DC 9 // Data Command control pin
TFT_RST 18 // Reset pin
TFT_BL(led) 5 // LED back-light control pin
I tryed all the select setup confiurations but i failed.
Some pictures of the components are attached.
If you need any other information so you can help me, please be free to contact me.
Would really appreciate some help.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions