You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by "Lee, Lup Yuen" <lu...@appkaki.com> on 2022/12/22 23:54:24 UTC

Article: NuttX for PinePhone: Display Engine

NuttX Mainline now supports the Display Engine for Allwinner A64 SoC
(Arm64). Many thanks to my patient reviewers for wading through a thousand
lines of code :-)

This article explains how the A64 Display Engine will be called by the
upcoming LCD Driver for Pine64 PinePhone...

https://lupyuen.github.io/articles/de3

Lup

Re: Article: NuttX for PinePhone: Display Engine

Posted by "Lee, Lup Yuen" <lu...@appkaki.com>.
Thanks everyone! The article landed on the front page of Hacker News,
there's a discussion about NuttX:

https://news.ycombinator.com/item?id=34100614

Lup

On Fri, Dec 23, 2022 at 8:35 AM Alan C. Assis <ac...@gmail.com> wrote:

> We all that need to talk you, not only for that driver, but also for
> these amazing documentation!
>
> Thank you Lup!
>
> On 12/22/22, Lee, Lup Yuen <lu...@appkaki.com> wrote:
> > NuttX Mainline now supports the Display Engine for Allwinner A64 SoC
> > (Arm64). Many thanks to my patient reviewers for wading through a
> thousand
> > lines of code :-)
> >
> > This article explains how the A64 Display Engine will be called by the
> > upcoming LCD Driver for Pine64 PinePhone...
> >
> > https://lupyuen.github.io/articles/de3
> >
> > Lup
> >
>

Re: Article: NuttX for PinePhone: Display Engine

Posted by "Alan C. Assis" <ac...@gmail.com>.
We all that need to talk you, not only for that driver, but also for
these amazing documentation!

Thank you Lup!

On 12/22/22, Lee, Lup Yuen <lu...@appkaki.com> wrote:
> NuttX Mainline now supports the Display Engine for Allwinner A64 SoC
> (Arm64). Many thanks to my patient reviewers for wading through a thousand
> lines of code :-)
>
> This article explains how the A64 Display Engine will be called by the
> upcoming LCD Driver for Pine64 PinePhone...
>
> https://lupyuen.github.io/articles/de3
>
> Lup
>

Re: Article: NuttX for PinePhone: Display Engine

Posted by Nathan Hartman <ha...@gmail.com>.
On Thu, Dec 22, 2022 at 6:55 PM Lee, Lup Yuen <lu...@appkaki.com> wrote:

> NuttX Mainline now supports the Display Engine for Allwinner A64 SoC
> (Arm64). Many thanks to my patient reviewers for wading through a thousand
> lines of code :-)
>
> This article explains how the A64 Display Engine will be called by the
> upcoming LCD Driver for Pine64 PinePhone...
>
> https://lupyuen.github.io/articles/de3
>
> Lup
>

Yay! Thank you, Lup!

For those following along, that's PR 7944,
https://github.com/apache/nuttx/pull/7944

Cheers
Nathan