From 3942471ab51e4298d46e048ff03575e1dd28305f Mon Sep 17 00:00:00 2001 From: Bodmer Date: Mon, 18 Jan 2021 01:29:25 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45c6416..a1c73be 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ IO33 wired to IO34 IO32 wired to IO36 +This is an [example setup file](https://github.com/Bodmer/TFT_eSPI/blob/master/User_Setups/Setup14_ILI9341_Parallel.h) with the correct GPIO for this UNO board. + ![Example](https://i.imgur.com/pUZn6lF.jpg) If the display board is fitted with a resistance based touch screen then this can be used by performing the modifications described here and the fork of the Adafruit library: From 9e08131add8b55bd8f6e6894e9437d2b313c71de Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 22 Jan 2021 01:41:41 +0000 Subject: [PATCH 2/4] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index ee999c6..f49a1ee 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TFT_eSPI -version=2.3.58 +version=2.3.59 author=Bodmer maintainer=Bodmer sentence=TFT graphics library for Arduino processors with performance optimisation for STM32, ESP8266 and ESP32 From 0899be91dff97e469134b8bdaeeb1a6979474f78 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 22 Jan 2021 01:42:58 +0000 Subject: [PATCH 3/4] Update TFT_eSPI.h --- TFT_eSPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TFT_eSPI.h b/TFT_eSPI.h index 65b7195..ca50402 100644 --- a/TFT_eSPI.h +++ b/TFT_eSPI.h @@ -16,7 +16,7 @@ #ifndef _TFT_eSPIH_ #define _TFT_eSPIH_ -#define TFT_ESPI_VERSION "2.3.58" +#define TFT_ESPI_VERSION "2.3.59" // Bit level feature flags // Bit 0 set: viewport capability From 9f083c0b2dcc9c8bfc630c5eb286df1698d402ea Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 22 Jan 2021 01:43:57 +0000 Subject: [PATCH 4/4] Update library.json --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 66d2413..51003f9 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TFT_eSPI", - "version": "2.3.58", + "version": "2.3.59", "keywords": "Arduino, tft, ePaper, display, STM32, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486, ST7789, RM68140", "description": "A TFT and ePaper SPI graphics library with optimisation for ESP8266, ESP32 and STM32", "repository":