Merge pull request #21 from ivankravets/patch-2

PlatformIO Library Registry manifest file. Merge accepted (as request on master branch)
Just one trough, the latest development library it's in another branch and has support for more CPU's!
This commit is contained in:
max mc costa 2015-12-15 00:00:08 +01:00
commit a3b040ae8b

18
library.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "TFT_ILI9163",
"keywords": "display, tft, graphics, spi",
"description": "A fast SPI driver for TFT drived by ILI9163C, fully SPI Transaction compatible and very fast with Teensy 3",
"repository":
{
"type": "git",
"url": "https://github.com/sumotoy/TFT_ILI9163C.git"
},
"exclude": "_utility",
"frameworks": "arduino",
"platforms":
[
"atmelavr",
"atmelsam",
"teensy"
]
}