5 Commits
Author SHA1 Message Date
Tyeth Gundry 54ad6b159d Merge pull request #62 from tyeth/bump-version-1.0.4
Update version to 1.0.4
2026-08-18 16:38:23 +01:00
Adabot d31c7e1dc0 Bump version to 1.0.4 2026-08-18 16:37:17 +01:00
Limor "Ladyada" Fried 6690f613c9 Fix product links in README.md
Updated product links in README.md for accuracy.
2026-08-04 11:25:34 -04:00
Limor "Ladyada" Fried 747a389fe5 Merge pull request #61 from adafruit/ladyada-patch-1
Revise README for TFT LCD library details
2026-08-04 11:24:29 -04:00
Limor "Ladyada" Fried 3ba0b31ddf Revise README for TFT LCD library details
Updated library description to specify support for 8-bit and 16-bit parallel TFT displays and clarified board compatibility.
2026-08-03 19:59:48 -04:00
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -1,14 +1,15 @@
# 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
This is a library for our Adafruit 8-bit TFT LCD breakouts
<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/335](https://www.adafruit.com/product/1770)
* https://www.adafruit.com/product/376
* https://www.adafruit.com/product/335
These displays use 8-bit parallel to communicate, 12 or 13 pins are required to interface (RST is optional).
These displays use 8-bit parallel to communicate, 12 or 13 pins are required to interface (RST is optional). This library supports 8-bit and 16-bit parallel TFT displays on AVR (ATmega328/32u4/1280/2560) and the Arduino Due (SAM3X8E) only. It does not support ESP32, ESP8266, SAMD or RP2040 boards. For parallel displays on ESP32-S3, see the LCD_CAM peripheral and a library that drives it.
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
+1 -1
View File
@@ -1,5 +1,5 @@
name=Adafruit TFTLCD Library
version=1.0.3
version=1.0.4
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Adafruit 2.8" TFT display Library