PINE64
Article: NuttX RTOS for PinePhone: Render Graphics in Zig - 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: Render Graphics in Zig (/showthread.php?tid=17611)



Article: NuttX RTOS for PinePhone: Render Graphics in Zig - lupyuen - 11-15-2022

Plenty happens when we render graphics on PinePhone… Because PinePhone’s Display Hardware is so complex!

To understand the internals of PinePhone, let’s build a Display Driver that will talk directly to PinePhone’s Display Hardware. (“Bare Metal”)

We’ll do this with the Zig Programming Language, running on Apache NuttX RTOS...

NuttX RTOS for PinePhone: Render Graphics in Zig