PINE64
Article: NuttX RTOS for PinePhone: MIPI Display Serial Interface - 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: MIPI Display Serial Interface (/showthread.php?tid=17717)



Article: NuttX RTOS for PinePhone: MIPI Display Serial Interface - lupyuen - 12-14-2022

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