Add library.properties
This commit is contained in:
parent
71138701dd
commit
bfab17f331
2 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Adafruit_ImageReader
|
||||
# Adafruit_ImageReader [](https://travis-ci.org/adafruit/Adafruit_ImageReader)
|
||||
|
||||
Companion library for Adafruit_GFX to load images from SD card.
|
||||
|
||||
|
|
|
|||
9
library.properties
Normal file
9
library.properties
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name=Adafruit ImageReader Library
|
||||
version=0.0.0
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Companion library for Adafruit_GFX to load images from SD card.
|
||||
paragraph=Install this library in addition to Adafruit_GFX and the display library for your hardware (e.g. Adafruit_ILI9341).
|
||||
category=Display
|
||||
url=https://github.com/adafruit/Adafruit_ImageReader
|
||||
architectures=*
|
||||
Loading…
Reference in a new issue