Files
TFT_eSPI/library.json
T
Bodmer 237565cff0 Update with multiple User_Setup file option
Added Tools folder and licence for Marek's screenshot viewer utility
2017-02-22 10:04:26 +00:00

26 lines
513 B
JSON

{
"name": "TFT_eSPI",
"version": "0.12.0",
"keywords": "ILI9341, ST7735, ESP8266, TFT",
"description": "A TFT SPI graphics library for ESP8266",
"repository":
{
"type": "git",
"url": "https://github.com/Bodmer/TFT_eSPI"
},
"authors":
[
{
"name": "Bodmer",
"email": "bodmer@anola.net",
"maintainer": true
},
{
"name": "Adafruit",
"url": "https://www.adafruit.com/"
}
],
"frameworks": "arduino",
"platforms": "espressif8266"
}