PINE64
Article: NuttX RTOS for PinePhone: Framebuffer - 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: Framebuffer (/showthread.php?tid=17769)



Article: NuttX RTOS for PinePhone: Framebuffer - lupyuen - 12-30-2022

Suppose we’re running Apache NuttX RTOS on PinePhone… How will we create Graphical Apps for NuttX?

Today we’ll learn about the…

1. Framebuffer Interface that NuttX provides to our apps for rendering graphics

2. What’s inside the Framebuffer Driver for PinePhone

3. Mystery of the Missing Framebuffer Pixels and how we solved it (unsatisfactorily)

4. Creating NuttX Apps with the LVGL Graphics Library

NuttX RTOS for PinePhone: Framebuffer