What's inside #PinePhone's Touch Panel ... And how we created the driver for Apache #NuttX RTOS ... All shall be explained in this article
#PinePhone's Touch Panel is Goodix GT917S ... Connected via I2C and GPIO
Article: https://lupyuen.github.io/articles/touch2?2#goodix-gt917s-touch-panel
#PinePhone Touch Panel is undocumented ... So we decipher the official Android driver
Article: https://lupyuen.github.io/articles/touch2?2#goodix-gt917s-touch-panel
Let's read the Product ID from #PinePhone Touch Panel over I2C
Article: https://lupyuen.github.io/articles/touch2?3#read-the-product-id
Let's poll #PinePhone Touch Panel for Touch Data ... Before we switch to #NuttX Interrupts
Article: https://lupyuen.github.io/articles/touch2?4#poll-the-touch-panel
Here's how we read a Touch Point from #PinePhone Touch Panel
Article: https://lupyuen.github.io/articles/touch2?5#read-a-touch-point
How we attach a #NuttX Interrupt Handler to #PinePhone Touch Panel
Article: https://lupyuen.github.io/articles/touch2?6#attach-our-interrupt-handler
#PinePhone Touch Panel fires too many Interrupts! We need to throttle them
Article: https://lupyuen.github.io/articles/touch2?6#attach-our-interrupt-handler
@oliv Thanks! Yep the non-stop interrupts is a total mystery to me too.
PinePhone's Touch Panel isn't documented, so we need to decipher the official Android Driver to see it can fix the interrupts...
https://github.com/goodix/gt9xx_driver_android/blob/master/gt9xx.c