Files
LiHaohuaandClaude Opus 4.7 5a0c805a9b Add examples/hello_cz — minimal LVGL app using the cz_app.h ABI
Three files (src/hello_cz.c + CMakeLists.txt + app-builder.json)
exercise the full SDK: implement app_main/app_event, include
sdk/cmake/CZApp.cmake, and declare runtime=lvgl-dlopen. Serves as
the canonical template for new apps and the fixture for CI smoke.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 14:30:34 +08:00

11 lines
247 B
JSON

{
"package_name": "hello_cz",
"version": "0.1",
"app_name": "Hello CZ",
"bin_name": "hello_cz",
"description": "Desktop dev hello app using the cz_app.h ABI",
"runtime": "lvgl-dlopen",
"lvgl_version": "9.5",
"caps": ["keyboard"]
}