adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
133 stars 52 forks source link

Touch Support #87

Closed justcallmekoko closed 4 years ago

justcallmekoko commented 4 years ago

What would it take to add touch support to this library?

ladyada commented 4 years ago

we have some resistive/capacitive touchscreen drivers :) https://github.com/adafruit?q=touch+circuitpython&type=&language= touch screens are separate from the displays (always have been)

justcallmekoko commented 4 years ago

@ladyada Awesome I will have to take a look at those. Do they happen to work with the XPT2046?

ladyada commented 4 years ago

i am not aware of a xpt2046 circuitpython library