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:
commit
a3b040ae8b
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