Problem with ESP32 and GC9A01 Touch screen #2568
Answered
by
Bodmer
AdmiralAki99
asked this question in
Q&A - General
-
I was successful in connecting the display to the ESP32 but the program crashes when the screen is touched. I using the touch_cs pin as -1 but it leads to GPIO output gpio_num error. What can I do about this? I am not very familiar with using touch screens. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Apr 17, 2023
Replies: 1 comment 6 replies
-
Which touch controller does the display use? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MISO and TP_SCL should not be connected to the same GPIO. That will prevent the touch screen working.
GPIO 35 is input only so cannot be used to control the backlight.
Connecting TP_INT to a supply rail is not a good idea, it may damage the touch controller.
It appears the backlight is not being powered correctly. Look at the connections and check the display power lines have the correct voltage.