10-29-2022, 06:09 PM
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)
- “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)