mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-03 14:54:08 +01:00
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"name": "TTGO TWatch Library",
|
|
"version": "2.0.0",
|
|
"description": "LilyGo T-Watch series Arduino library",
|
|
"keywords": "lilygo,t-watch",
|
|
"authors": [
|
|
{
|
|
"name": "LewisHe",
|
|
"url": "https://github.com/lewisxhe",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Xinyuan-LilyGO",
|
|
"url": "https://github.com/Xinyuan-LilyGO"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git"
|
|
},
|
|
"homepage": "https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library",
|
|
"export": {
|
|
"include": [
|
|
"LICENSE",
|
|
"library.json",
|
|
"library.properties",
|
|
"README.md",
|
|
"keywords.txt",
|
|
"src/*",
|
|
"examples/*"
|
|
]
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "ESP8266Audio",
|
|
"version": "1.9.7"
|
|
},
|
|
{
|
|
"name": "IRremoteESP8266",
|
|
"version": "2.8.6"
|
|
},
|
|
{
|
|
"name": "RadioLib",
|
|
"version": "7.1.0"
|
|
},
|
|
{
|
|
"owner": "Bodmer",
|
|
"name": "TFT_eSPI",
|
|
"version": "2.5.43"
|
|
},
|
|
{
|
|
"name": "lvgl",
|
|
"version": "8.4.0"
|
|
},
|
|
{
|
|
"name": "XPowersLib",
|
|
"version": "0.2.4"
|
|
},
|
|
{
|
|
"name": "SensorLib",
|
|
"version": "0.1.8"
|
|
}
|
|
],
|
|
"examples": ["examples/*/*.ino"],
|
|
"frameworks": ["arduino"],
|
|
"platforms": "esp32",
|
|
"headers": "LilyGoLib.h"
|
|
}
|