forked from Bei-Ji-Quan/st7789
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 773 Bytes
/
library.json
File metadata and controls
34 lines (34 loc) · 773 Bytes
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
{
"name": "ESP8266 and ESP32 TFT driver for st7789 displays",
"version": "0.0.3",
"keywords": "st7789, TFT, display, spi",
"description": "spi display driver for st7789 TFT displays connected to ESP8266, ESP32, Mbed-OS",
"license": "MIT",
"repository":
{
"type": "git",
"url": "https://github.com/Bei-Ji-Quan/st7789.git"
},
"authors":
[
{
"name": "Daniel Eichhorn, ThingPulse",
"email": "squix78@gmail.com",
"url": "https://thingpulse.com"
},
{
"name": "Fabrice Weinberg",
"email": "fabrice@weinberg.me"
},
{
"name": "Heltec AutoMation",
"email": ""
}
],
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32",
"nordicnrf52"
]
}