Files
pyxis/lib/tdeck_ui/library.json
torlando-tech ac6ceca9f8 Initial commit: standalone Pyxis T-Deck firmware
Split T-Deck firmware from microReticulum examples/lxmf_tdeck/ into its
own repo. microReticulum is consumed as a git submodule dependency pinned
to feat/t-deck. All include paths updated from relative symlinks to bare
includes resolved via library build flags.

Both tdeck (NimBLE) and tdeck-bluedroid environments compile successfully.
Licensed under AGPLv3.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 19:48:33 -05:00

26 lines
688 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"
},
"build": {
"flags": "-std=gnu++11 -I../../../../deps/microReticulum/src",
"srcFilter": [
"+<Hardware/TDeck/*.cpp>",
"+<UI/*.cpp>",
"+<UI/LVGL/*.cpp>",
"+<UI/LXMF/*.cpp>"
],
"includeDir": "."
}
}