-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
library.json
32 lines (32 loc) · 816 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
{
"name": "ESP32-Chimera-Core",
"description": "Alternate library for M5Stack/Odroid-Go/D-Duino and possiblly other ESP32/TFT/SD bundles",
"keywords": ["ESP32-Chimera-Core", "M5Stack", "M5Core2", "Odroid-Go", "ttgo-ts", "d-duino-32-xs", "esp32-wrover-kit", "M5CoreS3", "T-Deck"],
"authors": [
{
"name": "tobozo",
"url": "https://github.com/tobozo",
"maintainer": true
},
{
"name": "Lovyan03",
"url": "https://github.com/Lovyan03"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tobozo/ESP32-Chimera-Core.git"
},
"dependencies": [
{
"name": "LovyanGFX"
}
],
"version": "1.5.2",
"framework": "arduino",
"platforms": "espressif32",
"headers": "ESP32-Chimera-Core.h",
"build": {
"libArchive": false
}
}