-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
50 lines (49 loc) · 965 Bytes
/
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
{
"name": "Planet096",
"version": "1.0.0",
"description": "Monochromatic GUI library for OLED 0.96 inch display in Arduino.",
"authors": [
{
"name": "ntnn",
"email": "nthnn@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/nthnn"
},
"keywords": [
"Display",
"OLED",
"GUI",
"Monochromatic",
"0.96 inch"
],
"frameworks": [
{
"name": "arduino",
"architecture": "*",
"platforms": "*"
}
],
"platforms": ["*"],
"dependencies": [
{
"name": "Adafruit GFX Library",
"version": "*"
},
{
"name": "Adafruit BusIO",
"version": "*"
},
{
"name": "Adafruit SSD1306",
"version": "*"
}
],
"build": {
"flags": ["-DPLANET096"]
},
"homepage": "https://github.com/nthnn",
"license": "MIT"
}