-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathlibrary.json
More file actions
42 lines (42 loc) · 1.45 KB
/
library.json
File metadata and controls
42 lines (42 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$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": "https://github.com/lvgl/lvgl/archive/refs/tags/v9.3.0.zip",
"greiman/SdFat": "https://github.com/mverch67/SdFat/archive/152a52251fc5e1d581303b42378ea712ab229246.zip",
"nanopb/Nanopb": "https://github.com/nanopb/nanopb/archive/refs/tags/nanopb-0.4.9.1.zip"
},
"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": "."
}
}