Skip to content

Commit

Permalink
Refactor for NuttX
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jun 5, 2023
1 parent 4650bc8 commit 0aa3a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified feature-phone.wasm
Binary file not shown.
4 changes: 3 additions & 1 deletion feature-phone.zig
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//! LVGL Test App (for WebAssembly) that renders an LVGL Screen
//! LVGL Feature Phone UI for PinePhone and WebAssembly.
//! This app runs on PinePhone with Apache NuttX RTOS, and in a Web Browser with WebAssembly.
//! https://lupyuen.github.io/articles/lvgl3

/// Import the Zig Standard Library
const std = @import("std");
Expand Down

0 comments on commit 0aa3a11

Please sign in to comment.