Skip to content

Releases: lupyuen/pinephone-lvgl-zig

Apache NuttX RTOS for PinePhone: Feature Phone UI

16 Jun 03:22
Compare
Choose a tag to compare

Read the article...

See below for the Compiled Binaries for Apache NuttX RTOS for PinePhone with Feature Phone UI

NuttX Build Files

30 May 04:42
Compare
Choose a tag to compare
NuttX Build Files Pre-release
Pre-release

Read the articles...

See nuttx-build-files.zip below for the NuttX Build Files that are required for building the Zig LVGL App for PinePhone and WebAssembly. (Assuming we're not building NuttX from scratch)

Bundled with the NuttX Build Files is the Source Code for LVGL 8.3.3. Which will be used for building LVGL for PinePhone and WebAssembly.

The NuttX Build Files were created with these commands...

git clone https://github.com/lupyuen/pinephone-nuttx
git clone https://github.com/lupyuen/pinephone-lvgl-zig
git clone https://github.com/apache/nuttx nuttx
git clone https://github.com/apache/nuttx-apps apps
cd nuttx
tools/configure.sh pinephone:lvgl
make