From 6690f613c97c39661bc922fc953d7baf6a9e7c3e Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Tue, 4 Aug 2026 11:25:34 -0400 Subject: [PATCH] Fix product links in README.md Updated product links in README.md for accuracy. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b04c417..f8c2f05 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ This is a library for our Adafruit 8-bit TFT LCD breakouts 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). 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.