From 3ba0b31ddf7f5b4e4207ef263447fb71b05505e0 Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Mon, 3 Aug 2026 19:59:48 -0400 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff6b53e..b04c417 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -8,7 +8,7 @@ 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). +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!