Re: Article: NuttX for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly

2023-06-09 Thread Tomek CEDRO
On Sat, Jun 10, 2023 at 2:32 AM Lee, Lup Yuen wrote: > We have created an LVGL App that runs in a Web Browser and on NuttX for > PinePhone… > - We compiled LVGL Library from C to WebAssembly with Zig Compiler > - We wrote our LVGL App in the Zig Programming Language (instead of C) > - Exact same co

Article: NuttX for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly

2023-06-09 Thread Lee, Lup Yuen
We have created an LVGL App that runs in a Web Browser and on NuttX for PinePhone… - We compiled LVGL Library from C to WebAssembly with Zig Compiler - We wrote our LVGL App in the Zig Programming Language (instead of C) - Exact same code runs in a Web Browser and on NuttX for PinePhone Which i