We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4650bc8 commit 0aa3a11Copy full SHA for 0aa3a11
feature-phone.wasm
0 Bytes
feature-phone.zig
@@ -1,4 +1,6 @@
1
-//! LVGL Test App (for WebAssembly) that renders an LVGL Screen
+//! LVGL Feature Phone UI for PinePhone and WebAssembly.
2
+//! This app runs on PinePhone with Apache NuttX RTOS, and in a Web Browser with WebAssembly.
3
+//! https://lupyuen.github.io/articles/lvgl3
4
5
/// Import the Zig Standard Library
6
const std = @import("std");
0 commit comments