Alternative touch screen for SSD1963 #936
-
HI, I know there is a lot of those touch screens,but why not compatible with drivers that work with espi? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You will have to find out about the electrical interface and the command/data protocol. It may not have a build in controller. I would not try to use it myself without reading the associated documentation and checking for Arduino support libraries. The SSD1963 is available with a FT5206 based capacitance based touch screen fitted, these types are much better than the resistance based ones. I expect there is an Arduino library for the FT5206, there is example code here for the display and touch controller. |
Beta Was this translation helpful? Give feedback.
-
Hi ,Bodmer, |
Beta Was this translation helpful? Give feedback.
-
The touch screen you have fitted to the SSD1963 display could be used with the ESP32 and TFT_eSPI you just need to find a supporting library. If you examine the working Arduino Mega code you have I think you will be able to convert this to run on the ESP32. |
Beta Was this translation helpful? Give feedback.
You will have to find out about the electrical interface and the command/data protocol. It may not have a build in controller. I would not try to use it myself without reading the associated documentation and checking for Arduino support libraries.
The SSD1963 is available with a FT5206 based capacitance based touch screen fitted, these types are much better than the resistance based ones. I expect there is an Arduino library for the FT5206, there is example code here for the display and touch controller.