Simulate PinePhone UI

This commit is contained in:
Lee Lup Yuen 2023-05-23 14:59:12 +08:00
parent e95a6aa095
commit 4b91b5303e

View file

@ -7432,9 +7432,9 @@ But LVGL doesn't work with JavaScript yet. LVGL runs in a Web Browser by compili
- [LVGL with Emscripten and SDL](https://github.com/lvgl/lv_web_emscripten)
TODO: Use Zig to compile LVGL for WebAssembly (`zig cc`)
TODO: Use Zig to compile LVGL from C to WebAssembly [(With `zig cc`)](https://github.com/lupyuen/zig-bl602-nuttx#zig-compiler-as-drop-in-replacement-for-gcc)
TODO: Use Zig to connect the JavaScript UI (canvas rendering + input events) to LVGL [(Like this)](https://dev.to/sleibrock/webassembly-with-zig-pt-ii-ei7)
TODO: Use Zig to connect the JavaScript UI (canvas rendering + input events) to LVGL WebAssembly [(Like this)](https://dev.to/sleibrock/webassembly-with-zig-pt-ii-ei7)
# Test Logs