mirror of
https://github.com/m5stack/CardputerZero-AppBuilder.git
synced 2026-05-20 11:51:57 -07:00
Update submodules: pin emulator to ci-cd (lvgl_demos force-load) + add apps/nc2000
emulator submodule bumped to ci-cd branch head which enables LVGL's built-in demos (widgets, music, keypad_encoder) as host-resolved symbols. Apps can now declare `extern void lv_demo_widgets(void);` and call it from app_main without vendoring demo sources. apps/nc2000 is a new submodule pointing at CardputerZero-NC2000's ci-cd branch, which adds the port_lvgl/ frontend producing libnc2000.dylib/.so via cz_app.h. port_fb on the device is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
committed by
eggfly
co-authored by
Claude Opus 4.7
parent
10c32fb1d5
commit
dd46c57179
@@ -2,3 +2,7 @@
|
||||
path = emulator
|
||||
url = git@github.com:eggfly/M5CardputerZero-Emulator.git
|
||||
branch = main
|
||||
[submodule "apps/nc2000"]
|
||||
path = apps/nc2000
|
||||
url = git@github.com:eggfly/CardputerZero-NC2000.git
|
||||
branch = ci-cd
|
||||
|
||||
Reference in New Issue
Block a user