Skip to content

Commit

Permalink
v1.4.1 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkawu authored Apr 18, 2019
1 parent 593c292 commit f59f52b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authors": {
"name": "Nkawu"
},
"version": "1.4.0",
"version": "1.4.1",
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f59f52b

Please sign in to comment.