-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlibrary.json
30 lines (30 loc) · 840 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
{
"name": "Waveshare_ST7262_LVGL",
"description": "Waveshare_ST7262_LVGL is an Arduino library designed for Waveshare ESP32-S3 SOC with 7 inch ST7262 LCD and GT911 touchscreen to facilitate rapid GUI development using LVGL.",
"keywords": "lcd,tft,gfx,lvgl,esp32,esp8266,gt911,st7262",
"authors": {
"name": "iamfaraz",
"url": "https://github.com/iamfaraz",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/iamfaraz/Waveshare_ST7262_LVGL"
},
"version": "0.1",
"frameworks": [
"arduino",
"espidf",
"*"
],
"platforms": [
"espressif32",
"espressif8266",
"atmelsam",
"native"
],
"headers": "Waveshare_ST7262_LVGL.h",
"build": {
"libArchive": false
}
}