-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
55 lines (55 loc) · 1.37 KB
/
library.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "roo_windows",
"description": "Arduino-compliant library, targeted at ESP32 and related boards, for building interactive, touch-based, mobile-phone-like UI interfaces.",
"keywords": [
"display",
"ILI9341",
"ILI9486",
"ILI9488",
"TFT",
"touch",
"XPT2046",
"LilyGo",
"ST7735",
"ST7789",
"SSD1327",
"makerfabs",
"waveshare",
"capacitive",
"interactive"
],
"authors": [
{
"name": "Dawid Kurzyniec",
"email": "[email protected]",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/dejwk/roo_windows"
},
"version": "1.3.0",
"homepage": "https://github.com/dejwk/roo_windows",
"frameworks": [
"Arduino"
],
"build": {
"srcDir": "src",
"srcFilter": "+<*> -<examples> -<benchmarks> -<doc> -<test>"
},
"examples": [
"examples/**/*.ino"
],
"dependencies": {
"SPI": ">0",
"Wire": ">0",
"dejwk/roo_collections": ">=1.1.4",
"dejwk/roo_display": ">=1.3.0",
"dejwk/roo_logging": ">=1.0.1",
"dejwk/roo_icons": ">=1.0.0",
"dejwk/roo_io": ">=1.0.1",
"dejwk/roo_time": ">0",
"dejwk/roo_scheduler": ">=1.0.0"
}
}