mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-06 08:14:44 +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.4"
|
|
},
|
|
{
|
|
"name": "RadioLib",
|
|
"version": "^6.3.0"
|
|
},
|
|
{
|
|
"owner": "Bodmer",
|
|
"name": "TFT_eSPI",
|
|
"version": "^2.5.30"
|
|
},
|
|
{
|
|
"name": "lvgl",
|
|
"version": "^8.3.9"
|
|
},
|
|
{
|
|
"name": "XPowersLib",
|
|
"version": "^0.2.1"
|
|
},
|
|
{
|
|
"name": "SensorLib",
|
|
"version": "^0.1.4"
|
|
}
|
|
],
|
|
"examples": ["examples/*/*.ino"],
|
|
"frameworks": ["arduino"],
|
|
"platforms": "esp32",
|
|
"headers": "LilyGoLib.h"
|
|
}
|