From a118b7d3d1162fc4fecf1e8d3faa61083a729750 Mon Sep 17 00:00:00 2001 From: Johan Cronje Date: Mon, 5 Nov 2018 12:29:00 -0800 Subject: [PATCH] v1.3.9 (#41) --- CHANGES.md | 2 ++ README.md | 4 ++-- library.json | 2 +- library.properties | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3631d15..cfed339 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ TFT_22_ILI9225 ============== +**v1.3.9, released 2018-11-05, More ESP32/8266 fixes** Credit: [Bolukan](https://github.com/Bolukan) + **v1.3.8, released 2018-09-30, Fix bug with direct drawLine call on ESP32** Credit: [Bolukan](https://github.com/Bolukan) **v1.3.7, released 2018-03-18, Fix compilation error with esp8266 v2.4.1 package** diff --git a/README.md b/README.md index 46d2f61..06b6957 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ TFT_22_ILI9225 ============== -**v1.3.8, released 2018-09-30, Fix bug with direct drawLine call on ESP32** Credit: [Bolukan](https://github.com/Bolukan) +**v1.3.9, released 2018-11-05, More ESP32/8266 fixes** Credit: [Bolukan](https://github.com/Bolukan) -**v1.3.7, released 2018-03-18, Fix compilation error with esp8266 v2.4.1 package** +**v1.3.8, released 2018-09-30, Fix bug with direct drawLine call on ESP32** Credit: [Bolukan](https://github.com/Bolukan) This is a library for the ILI9225 based 2.2" 176x220 TFT LCD shields commonly found on eBay, originally forked from the screen_4D_22_library library. The ability to use GLCD fonts has been added and the syntax has been changed to match the Adafruit libraries somewhat. diff --git a/library.json b/library.json index 2dc8a70..8e2e677 100644 --- a/library.json +++ b/library.json @@ -9,7 +9,7 @@ "authors": { "name": "Nkawu" }, - "version": "1.3.8", + "version": "1.3.9", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 74142bc..60bcb7d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TFT_22_ILI9225 -version=1.3.8 +version=1.3.9 author=Nkawu maintainer=Nkawu sentence=ILI9225 2.2" 176x220 TFT LCD shield