12-30-2022, 10:17 PM
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
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