Article: Rendering PinePhone's Display (DE and TCON0) - 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: Rendering PinePhone's Display (DE and TCON0) (/showthread.php?tid=17534) |
Article: Rendering PinePhone's Display (DE and TCON0) - lupyuen - 10-29-2022 In the last 2 articles we built a Display Driver for PinePhone’s MIPI Display Serial Interface… - “Understanding PinePhone’s Display (MIPI DSI)” - “NuttX RTOS for PinePhone: Display Driver in Zig” But our PinePhone Display Driver isn’t complete… It won’t render any graphics! Today we’ll learn about the missing bits in our Display Driver… - What’s the Display Engine (DE) inside PinePhone - How the Timing Controller (TCON0) controls PinePhone’s LCD Display - How we call DE and TCON0 to render graphics - How our new PinePhone Display Driver will support DE and TCON0 Check out the article here... Rendering PinePhone's Display (DE and TCON0) |