11 Commits
Author SHA1 Message Date
Limor "Ladyada" Fried 94d08c244f Merge pull request #39 from dherrada/patch-1
Changed name in library.properties
2019-11-16 22:49:03 -05:00
dherrada dfded750b1 Changed name 2019-11-16 22:42:48 -05:00
Limor "Ladyada" Fried 4ff23d2e7b Merge pull request #38 from hoffmannjan/master
travis + library.properties + image + readme
2019-08-10 16:20:30 -04:00
Jan Hoffmann 838ed8df3b Update README.md 2019-08-08 18:09:10 +02:00
Jan Hoffmann 7462aa6034 travis disabled 2019-08-08 17:55:10 +02:00
Jan Hoffmann 2006f6a454 pde -> ino 2019-08-07 17:00:39 +02:00
Jan Hoffmann 1f6ced8df5 travis fixes 2019-08-07 16:56:44 +02:00
Jan Hoffmann 40db73b341 removed readme.txt 2019-08-07 16:32:39 +02:00
Jan Hoffmann 96d067bdc7 added image 2019-08-07 16:30:51 +02:00
Jan Hoffmann 4b120b2fc4 added readme 2019-08-07 16:30:17 +02:00
Jan Hoffmann 99aba1fb73 added travis and library properties 2019-08-07 16:26:38 +02:00
8 changed files with 29 additions and 21 deletions
+19
View File
@@ -0,0 +1,19 @@
# Adafruit library for 8-bit TFT LCDs such as ILI9325, ILI9328, etc
This is a library for our Adafruit 16-channel PWM & Servo driver, shield or FeatherWing
<a href="https://www.adafruit.com/products/335"><img src="assets/image.jpg" height="300"/></a>
Pick one up today in the adafruit shop!
* https://www.adafruit.com/product/335
* https://www.adafruit.com/product/376
These displays use 8-bit parallel to communicate, 12 or 13 pins are required to interface (RST is optional).
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, check license.txt for more information.
All text above must be included in any redistribution
To install, use the Arduino Library Manager and search for "Adafruit 2.8" TFT display Library" and install the library.
-21
View File
@@ -1,21 +0,0 @@
This is a library for the Adafruit 2.8" TFT display.
This library works with the Adafruit 2.8" TFT Breakout w/SD card
----> http://www.adafruit.com/products/335
as well as Adafruit TFT Touch Shield
----> http://www.adafruit.com/products/376
Check out the links above for our tutorials and wiring diagrams.
These displays use 8-bit parallel to communicate, 12 or 13 pins are required
to interface (RST is optional).
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
MIT license, all text above must be included in any redistribution
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_TFTLCD. Check that the Adafruit_TFTLCD folder contains Adafruit_TFTLCD.cpp and Adafruit_TFTLCD.
Place the Adafruit_TFT library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE
Also requires the Adafruit_GFX library for Arduino. https://github.com/adafruit/Adafruit-GFX-Library
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

+10
View File
@@ -0,0 +1,10 @@
name=Adafruit TFTLCD Library
version=1.0.0
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Adafruit 2.8" TFT display Library
paragraph=Adafruit 2.8" TFT display Library
category=Display
url=https://github.com/adafruit/TFTLCD-Library
architectures=*
depends=Adafruit GFX Library