From 2308720eb6d884cd535337ecc87e3244bac740c0 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Mon, 29 May 2023 08:12:34 +0800 Subject: [PATCH] Add article --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d0ccdf2..055b955 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ __LVGL Graphics__ - ["NuttX RTOS for PinePhone: LVGL Terminal for NSH Shell"](https://lupyuen.github.io/articles/terminal) +- ["(Possibly) LVGL in WebAssembly with Zig Compiler"](https://lupyuen.github.io/articles/lvgl3) + __Accelerometer and Gyroscope__ - ["Inside a Smartphone Accelerometer: PinePhone with NuttX RTOS"](https://www.hackster.io/lupyuen/inside-a-smartphone-accelerometer-pinephone-with-nuttx-rtos-b92b58) @@ -7416,6 +7418,10 @@ Read the articles... # Simulate PinePhone UI with Zig, LVGL and WebAssembly +Read the article... + +- ["(Possibly) LVGL in WebAssembly with Zig Compiler"](https://lupyuen.github.io/articles/lvgl3) + We're now building a __Feature Phone UI__ for NuttX on PinePhone... Can we simulate the Feature Phone UI with __Zig, LVGL and WebAssembly__ in a Web Browser? To make the UI Coding a little easier?