File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11//! LVGL Feature Phone UI for PinePhone and WebAssembly.
22//! This app runs on PinePhone with Apache NuttX RTOS, and in a Web Browser with WebAssembly.
3- //! https://lupyuen.github.io/articles/lvgl3
3+ //! https://lupyuen.github.io/articles/lvgl4
44
55/// Import the Zig Standard Library
66const std = @import ("std" );
Original file line number Diff line number Diff line change 11//! LVGL Functions specific to Apache NuttX RTOS
2+ //! https://lupyuen.github.io/articles/lvgl4
23
34/// Import the Zig Standard Library
45const std = @import ("std" );
Original file line number Diff line number Diff line change 11//! LVGL Functions specific to WebAssembly
2+ //! https://lupyuen.github.io/articles/lvgl4
23
34/// Import the Zig Standard Library
45const std = @import ("std" );
@@ -131,7 +132,7 @@ var indev_drv: c.lv_indev_drv_t = undefined;
131132///////////////////////////////////////////////////////////////////////////////
132133// LVGL Porting Layer for WebAssembly
133134
134- /// TODO: Return the number of elapsed milliseconds
135+ /// Return the number of elapsed milliseconds
135136export fn millis () u32 {
136137 elapsed_ms += 1 ;
137138 return elapsed_ms ;
You can’t perform that action at this time.
0 commit comments