mirror of
https://github.com/Bodmer/TFT_eWidget.git
synced 2025-08-06 18:49:38 +08:00
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"name": "TFT_eWidget",
|
|
"version": "0.0.6",
|
|
"keywords": "Arduino, tft, display, button, gui, graph, meter, slider",
|
|
"description": "A TFT GUI widget library",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/Bodmer/TFT_eWidget"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Bodmer",
|
|
"email": "bodmer@anola.net",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "TFT_eWidget.h"
|
|
}
|