russhughes / gc9a01_mpy

Fast MicroPython driver for GC9A01 display modules written in C
Other
115 stars 25 forks source link

I want to control the touch screen #37

Open lin1227 opened 3 weeks ago

lin1227 commented 3 weeks ago

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

lin1227 commented 3 weeks ago

@russhughes

Coronavitae commented 1 week 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...