From ca968e6786aeef50260ef63e00ad77ed1321c92d Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 16 Mar 2018 22:55:48 +0000 Subject: [PATCH] Add comment about touch on parallel displays --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 344f1a2..b286a0a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# TFT_eSPI -Update 10th March 2018: Added support for 8 bit parallel interface TFTs when used with ESP32. -Update 24th February 2018: Added new smooth (antialiased) fonts. See Smooth Font examples and Tools folder for the font generator. +Update 10th March 2018: Added support for 8 bit parallel interface TFTs when used with ESP32 (Touch not supported yet on parallel displays) + +Update 24th February 2018: Added new smooth (antialiased) fonts. See Smooth Font examples and Tools folder for the font generator. Fonts can include characters with 16 bit Unicodes (Basic Multilingual Plane). ![Example](https://i.imgur.com/xJF0Oz7.png) +# TFT_eSPI + An Arduino IDE compatible graphics and fonts library for ESP8266 and ESP32 processors with a driver for ILI9341, ILI9163, ST7735 and S6D02A1 based TFT displays that support SPI. The library also supports TFT displays designed for the Raspberry Pi that are based on a ILI9486 driver chip with a 480 x 320 pixel screen. This display must be of the Waveshare design and use a 16 bit serial interface based on the 74HC04, 74HC4040 and 2 x 74HC4094 logic chips. A modification to these displays is possible (see mod image in Tools folder) to make many graphics functions much faster (e.g. 23ms to clear the screen, 1.2ms to draw a 72 pixel high numeral). @@ -71,3 +73,4 @@ IO32 wired to IO36 ![Example](https://i.imgur.com/pUZn6lF.jpg) +**4. Add support for Touch support 8 bit "UNO" style TFTs with ESP32**