diff --git a/CHANGES.md b/CHANGES.md index a7bfb51..6639fe4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ TFT_22_ILI9225 ============== +**v1.4.1, released 2019-04-18, Add 1-D bitmap array support and fix drawing issue** Credit: [joe820730](https://github.com/joe820730) + **v1.4.0, released 2019-02-17, Even more ESP32/8266 fixes** Credit: [Bolukan](https://github.com/Bolukan) **v1.3.9, released 2018-11-05, More ESP32/8266 fixes** Credit: [Bolukan](https://github.com/Bolukan) diff --git a/README.md b/README.md index bd60f87..9b1a360 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ TFT_22_ILI9225 ============== -**v1.4.0, released 2019-02-17, Even more ESP32/8266 fixes** Credit: [Bolukan](https://github.com/Bolukan) +**v1.4.1, released 2019-04-18, Add 1-D bitmap array support and fix drawing issue** Credit: [joe820730](https://github.com/joe820730) 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 4addec5..0f0711b 100644 --- a/library.json +++ b/library.json @@ -9,7 +9,7 @@ "authors": { "name": "Nkawu" }, - "version": "1.4.0", + "version": "1.4.1", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 1e73f73..8a8f70b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TFT_22_ILI9225 -version=1.4.0 +version=1.4.1 author=Nkawu maintainer=Nkawu sentence=ILI9225 2.2" 176x220 TFT LCD shield