mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-03-30 13:45:38 +00:00
UIManager.cpp includes Tone.h, so tdeck_ui should declare this dependency rather than relying on implicit global discovery. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
709 B
JSON
27 lines
709 B
JSON
{
|
|
"name": "tdeck_ui",
|
|
"version": "0.1.0",
|
|
"description": "T-Deck hardware drivers and LVGL UI for microReticulum",
|
|
"keywords": "tdeck, lvgl, ui, reticulum",
|
|
"license": "MIT",
|
|
"frameworks": ["arduino"],
|
|
"platforms": ["espressif32"],
|
|
"dependencies": {
|
|
"lvgl": "^8.3.11",
|
|
"ArduinoJson": "^7.4.2",
|
|
"MsgPack": "^0.4.2",
|
|
"Crypto": "^0.4.0",
|
|
"tone": "*"
|
|
},
|
|
"build": {
|
|
"flags": "-std=gnu++11 -I../../../../deps/microReticulum/src",
|
|
"srcFilter": [
|
|
"+<Hardware/TDeck/*.cpp>",
|
|
"+<UI/*.cpp>",
|
|
"+<UI/LVGL/*.cpp>",
|
|
"+<UI/LXMF/*.cpp>"
|
|
],
|
|
"includeDir": "."
|
|
}
|
|
}
|