forked from anunpanya/ESP8266_QRcode
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathlibrary.json
More file actions
29 lines (29 loc) · 752 Bytes
/
library.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "ESP QRcode",
"version": "4.0.2",
"keywords": "ssd1306, oled, display, i2c, qr code, sh1106, st7735, GxGDE0213B72B",
"description": "ESP Generate QRCode for SSD1306, SH1106 oled displays, GxGDE0213B72B E-Ink display and others based on Adafruit ST7XX",
"repository":
{
"type": "git",
"url": "https://github.com/yoprogramo/ESP_QRcode"
},
"authors":
[
{
"name": "Jose Antonio Espinosa",
"email": "yoprogramo@gmail.com",
"url": "https://yoprogramo.com"
},
{
"name": "Anun Panya",
"email": "aspirinenun@gmail.com",
"url": "https://www.facebook.com/anun.panya"
}
],
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
]
}