russhughes / gc9a01_mpy

Fast MicroPython driver for GC9A01 display modules written in C
Other
153 stars 31 forks source link

I want to control the touch screen #37

Open lin1227 opened 7 months ago

lin1227 commented 7 months ago

Can this control the touch screen? There doesn't seem to be a touchpad library

lin1227 commented 7 months ago

@russhughes

Coronavitae commented 6 months ago

I'm facing the same issue; I'm using the Waveshare 1.28 Touch LCD.

In my case, I found that the touch portion of the python driver waveshare provides (https://github.com/waveshareteam/RP2040-Touch-LCD-1.28) Seems to work with the uf2 in this repo; I just removed all the code for the LCD screen and demo, and the touch part seems to work.

It would be cool if this dev added or at least indicated which touch drivers they used though...