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 d6dcf20 commit 4650bc8Copy full SHA for 4650bc8
build.sh
@@ -432,7 +432,7 @@ function build_feature_phone_nuttx {
432
433
## Copy the compiled Zig LVGL App to NuttX and overwrite `lv_demo_widgets.*.o`
434
## TODO: Change ".." to your NuttX Project Directory
435
- cp lvgltest.o \
+ cp feature-phone.o \
436
../apps/graphics/lvgl/lvgl/demos/widgets/lv_demo_widgets.*.o
437
}
438
0 commit comments