@PlatformIO Library Registry manifest file
* This library in Web Registry: http://platformio.org/#!/lib/show/546/TFT_ILI9163 * Specification for [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) * Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html
This commit is contained in:
parent
27237945c9
commit
55cf8fccb9
1 changed files with 18 additions and 0 deletions
18
library.json
Normal file
18
library.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue