12-14-2022, 05:49 PM
PinePhone will soon support the rendering of graphics on the LCD Display… When we boot the official release of Apache NuttX RTOS!
We’re building the NuttX Display Driver for PinePhone in small chunks, starting with the driver for MIPI Display Serial Interface.
In this article we’ll learn…
1. What’s needed to create a Complete Display Driver for PinePhone
2. How our driver for MIPI Display Serial Interface fits into the grand plan
3. How we’re building the missing pieces of the PinePhone Display Driver
4. Why most of the Display Driver is in the Zig Programming Language
NuttX RTOS for PinePhone: MIPI Display Serial Interface
We’re building the NuttX Display Driver for PinePhone in small chunks, starting with the driver for MIPI Display Serial Interface.
In this article we’ll learn…
1. What’s needed to create a Complete Display Driver for PinePhone
2. How our driver for MIPI Display Serial Interface fits into the grand plan
3. How we’re building the missing pieces of the PinePhone Display Driver
4. Why most of the Display Driver is in the Zig Programming Language
NuttX RTOS for PinePhone: MIPI Display Serial Interface