Files
trail-mate/modules/ui_mono/library.json
T
liu weikai aab37e7436 Add T-Echo Lite nRF52 target
Integrate the T-Echo Lite board, e-paper driver path, physical keypad input, mono UI refactor, and initial 192x176 layout adaptations.
2026-06-12 19:05:22 +08:00

30 lines
526 B
JSON

{
"name": "ui_mono",
"version": "0.1.0",
"build": {
"includeDir": "include",
"srcDir": "src",
"flags": [
"-std=gnu++17",
"-Iinclude",
"-I../core_chat/include",
"-I../core_chat/generated",
"-I../core_chat/third_party/nanopb",
"-I../core_sys/include",
"-I../core_gps/include",
"-I../../platform/shared/include"
]
},
"dependencies": [
{
"name": "core_chat"
},
{
"name": "core_sys"
},
{
"name": "core_gps"
}
]
}