mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-05-10 17:55:11 +00:00
cff41d4fa0
- LVGL PNG decoder (lodepng) + SD card filesystem driver for loading OSM tiles - MapScreen with 2x2 tile grid, GPS marker, peer location markers, pan/zoom - 5th nav button (GPS icon) on conversation list for map access - TelemetryCodec: Sideband/Columba-compatible LXMF telemetry encode/decode - TelemetryManager: per-peer sharing sessions with duration/expiry, SPIFFS persistence - ChatScreen location share button with duration picker (15min/1hr/4hr/indefinite) - UIManager integration: telemetry send/receive via LXMF fields, map marker updates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
743 B
JSON
28 lines
743 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>",
|
|
"+<Telemetry/*.cpp>"
|
|
],
|
|
"includeDir": "."
|
|
}
|
|
}
|