You've already forked meshtastic-device-ui
mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
|
|
"name": "meshtastic-device-ui",
|
|
"version": "1.0.0",
|
|
"description": "LVGL GUI for meshtastic devices",
|
|
"keywords": "meshtastic, sensecap, tdeck, twatch, lvgl, tft, lovyangfx, embedded",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/meshtastic/device-ui.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "mverch67",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"license": "GPL-3.0",
|
|
"homepage": "https://meshtastic.org/",
|
|
"frameworks": "Arduino, FreeRTOS",
|
|
"platforms": "Expressif 32, Nordic nRF52, Raspberry Pi RP2040, Native, Linux x86_64, Linux ARM",
|
|
"headers": ["DeviceScreen.h", "SharedQueue.h"],
|
|
"dependencies": {
|
|
"ArduinoThread": "https://github.com/meshtastic/ArduinoThread/archive/7c3ee9e1951551b949763b1f5280f8db1fa4068d.zip",
|
|
"lvgl/lvgl": "9.3.0",
|
|
"greiman/SdFat": "https://github.com/mverch67/SdFat/archive/152a52251fc5e1d581303b42378ea712ab229246.zip",
|
|
"nanopb/Nanopb": "0.4.91"
|
|
},
|
|
"build": {
|
|
"libArchive": true,
|
|
"extraScript": "extra_script.py",
|
|
"includeDir": ".",
|
|
"flags": [
|
|
"-Iinclude",
|
|
"-Igenerated",
|
|
"-Ilocale",
|
|
"-DLV_LVGL_H_INCLUDE_SIMPLE",
|
|
"-DLV_CONF_INCLUDE_SIMPLE",
|
|
"-DLV_COMP_CONF_INCLUDE_SIMPLE"
|
|
],
|
|
"srcDir": "."
|
|
}
|
|
}
|