Skip to content

Commit

Permalink
@platformio Library Registry manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 14, 2015
1 parent 2723794 commit 55cf8fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 55cf8fc

Please sign in to comment.