3,5Inch RPI display 480 320 XPT2046 touch not working #2362
-
Hai I try to get a display working using a ESP32 Wroom32 DevKit V1. The display is working ok but the touch is not reacting When I run the TouchTest program I recieve the following output: x:2352 y:3347 z 5025 and the values change a litle bit, but do not react on a touch of the screen. Demo_3D_cube is working fine #define RPI_DISPLAY_TYPE ok #define LOAD_GLCD I have checked the wiring and have a collor coding for each wire and that seems not the problem. I did buy the display from aliexpress. It looks like the display of https://www.waveshare.com/3.5inch-RPi-LCD-A.htm, but it is some clone. I like to know How I can proceed from here |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try moving the MISO signal to a different pin, say pin 4. Pin 2 is connected to an LED. Try dropping the touch SPI frequency to 1000000 |
Beta Was this translation helpful? Give feedback.
Try moving the MISO signal to a different pin, say pin 4. Pin 2 is connected to an LED.
Try dropping the touch SPI frequency to 1000000