forked from turgu1/ESP-IDF-InkPlate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
35 lines (35 loc) · 776 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
{
"name": "ESP-IDF-Inkplate",
"version": "0.9.4",
"description": "Implements common functions for Inkplate e-paper displays",
"keywords": "e-ink, e-paper, display, esp32",
"repository":
{
"type": "git",
"url": "https://github.com/turgu1/ESP-IDF-InkPlate"
},
"authors":
[
{
"name": "Guy Turcotte",
"email": "turgu666@gmail.com",
"maintainer": true
},
{
"name": "David Zovko",
"email": "e-radionica.com<david.zovko@e-radionica.com>"
}
],
"license": "GPL-3.0-or-later",
"frameworks": "espidf",
"platforms": "espressif32",
"build": {
"flags": [
"-I include/drivers",
"-I include/graphical",
"-I include/services",
"-I include/tools",
"-I include/fonts"
]
}
}