Arduino/libraries/TFT/library.properties

11 lines
314 B
Properties
Raw Normal View History

2013-07-03 07:25:45 -07:00
name=TFT
2013-08-08 07:40:55 -07:00
author=
email=
sentence=Write, draw and display images on TFT displays
2013-07-03 07:25:45 -07:00
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
url=http://arduino.cc/en/Reference/TFTLibrary
architectures=*
version=1.0
2013-08-08 07:40:55 -07:00
dependencies=SPI,SD
2013-07-03 07:25:45 -07:00
core-dependencies=arduino (>=1.5.0)