rm-hull / luma.lcd

Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
https://luma-lcd.readthedocs.io
MIT License
158 stars 57 forks source link

XPT2046 support #102

Open HWHardsoft opened 4 years ago

HWHardsoft commented 4 years ago

Hello,

I've found your Luma.LCD project in PyPi. I've tested your drivers with an ili9341 based touchscreen and it works great. Unfortunately I've not found until now a working solution for the resistive touch of the display. I've tried several python drivers including RPi-XPT2046-Touchscreen by Matthew London https://github.com/MatthewLowden/RPi-XPT2046-Touchscreen-Python . It works great stand alone but not together with your Luma.LCD drivers.

Do you have a recommendation for a XPT2046 touch driver for me which can be work together with Luma.LCD?

ASULTDGIT commented 6 months ago

please let me know if you were able to progress this