PINE64
Article: NuttX RTOS for PinePhone: Touch Panel - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Article: NuttX RTOS for PinePhone: Touch Panel (/showthread.php?tid=17813)



Article: NuttX RTOS for PinePhone: Touch Panel - lupyuen - 01-12-2023

We’re porting Apache NuttX RTOS (Real-Time Operating System) to PinePhone. Now we can render LVGL Graphical User Interfaces… But it won’t work yet with Touch Input!

Let’s talk about the Capacitive Touch Panel inside PinePhone…

1. How it’s connected to PinePhone

2. How we read Touch Points

3. How we created the Touch Panel Driver for NuttX

4. And how we call the driver from LVGL Apps

NuttX RTOS for PinePhone: Touch Panel