nik-sharky / arduino-goodix

Arduino goodix touch screen driver
MIT License
29 stars 21 forks source link

Touch Release #6

Open Orma07 opened 5 years ago

Orma07 commented 5 years ago

Hello!

how can i detect a touch release of the touch panel? so far I only have interrupts that signal that I touched the panel, but I would also like to have interrupts when I release the panel after touching it!

How can I have this second kind of interrupt? thanks!