Skip to content

Commit 0aa3a11

Browse files
committed
Refactor for NuttX
1 parent 4650bc8 commit 0aa3a11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

feature-phone.wasm

0 Bytes
Binary file not shown.

feature-phone.zig

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
//! LVGL Test App (for WebAssembly) that renders an LVGL Screen
1+
//! 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
24

35
/// Import the Zig Standard Library
46
const std = @import("std");

0 commit comments

Comments
 (0)