You've already forked CardputerZero-AppBuilder
mirror of
https://github.com/m5stack/CardputerZero-AppBuilder.git
synced 2026-05-20 11:51:57 -07:00
a616511ed6
- apps/applaunch: prebuilt-emulator-app manifest that reuses the libAPPLaunch.dylib the emulator's own CMake produces from the UserDemo submodule. Zero edits to UserDemo. - examples/lvgl_widgets: 3-line lv_demo_widgets() call, proving the force-loaded demo symbols from the emulator are reachable. - examples/lvgl_music: lv_demo_music() — LVGL's built-in music UI. - examples/key_echo: lv_demo_keypad_encoder() — keyboard-driven navigation demo covering the "pressing keys does something" case. hello_cz gets a trivial text tweak. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
265 B
JSON
11 lines
265 B
JSON
{
|
|
"package_name": "key_echo",
|
|
"version": "0.1",
|
|
"app_name": "Keypad Demo",
|
|
"bin_name": "key_echo",
|
|
"description": "LVGL's built-in keypad_encoder demo — keyboard navigation",
|
|
"runtime": "lvgl-dlopen",
|
|
"lvgl_version": "9.5",
|
|
"caps": ["keyboard"]
|
|
}
|