Update resume

This commit is contained in:
Lee Lup Yuen 2022-10-30 07:44:56 +08:00
parent e9d5af296b
commit 32bdecbc26
5 changed files with 390 additions and 354 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -153,6 +153,13 @@
}
],
"publications": [
{
"name": "Rendering PinePhone's Display (DE and TCON0)",
"publisher": "lupyuen.github.io",
"releaseDate": "2022-10-30",
"website": "https://lupyuen.github.io/articles/de",
"summary": "How does Pine64 PinePhone render graphics on its LCD Display? Let's find out about the Allwinner A64 SoC's Display Engine (DE) and Timing Controller (TCON0)."
},
{
"name": "NuttX RTOS for PinePhone: Display Driver in Zig",
"publisher": "lupyuen.github.io",

View file

@ -3,6 +3,13 @@
<title>lupyuen</title>
<link>https://lupyuen.github.io</link>
<description>IoT Techie and Educator</description>
<item>
<title>Rendering PinePhone&apos;s Display (DE and TCON0)</title>
<link>https://lupyuen.github.io/articles/de</link>
<description><![CDATA[How does Pine64 PinePhone render graphics on its LCD Display? Let's find out about the Allwinner A64 SoC's Display Engine (DE) and Timing Controller (TCON0).]]></description>
<guid>https://lupyuen.github.io/articles/de</guid>
<pubDate>Sun, 30 Oct 2022 00:00:00 +0000</pubDate>
</item>
<item>
<title>NuttX RTOS for PinePhone: Display Driver in Zig</title>
<link>https://lupyuen.github.io/articles/dsi2</link>

View file

@ -1,6 +1,6 @@
# Rendering PinePhone's Display (DE and TCON0)
📝 _2 Nov 2022_
📝 _30 Oct 2022_
![PinePhone rendering Mandelbrot Set on Apache NuttX RTOS](https://lupyuen.github.io/images/de-title.jpg)
@ -770,21 +770,17 @@ We'll add the A64 Display Engine in the next article!
# What's Next
TODO
I hope we learnt lots today about __Display Rendering on PinePhone__...
I hope we've learnt lots today about __Display Rendering on PinePhone__...
- What's the [__Display Engine (DE)__](https://lupyuen.github.io/articles/de#display-rendering-on-pinephone) inside PinePhone
TODO
- How the [__Timing Controller (TCON0)__](https://lupyuen.github.io/articles/pio#lcd-controller-tcon0) controls PinePhone's LCD Display
- What's the __Display Engine (DE)__ inside PinePhone
- How we call DE and TCON0 to [__render graphics__](https://lupyuen.github.io/articles/de#render-colours)
- How the __Timing Controller (TCON0)__ controls PinePhone's LCD Display
- How our new [__PinePhone Display Driver__](https://lupyuen.github.io/articles/de#nuttx-display-driver-for-pinephone) will support DE and TCON0
- How we call DE and TCON0 to __render graphics__
- How our new __PinePhone Display Driver__ will support DE and TCON0
TODO
Please join me in the next article as we create the PinePhone Display Engine Driver for [__Apache NuttX RTOS__](https://lupyuen.github.io/articles/uboot)!
Check out the other articles on __NuttX RTOS for PinePhone__...