Skip to content

Commit

Permalink
Create version 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkawu committed Sep 30, 2018
1 parent 5e9a09a commit 0c7989b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.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**

**v1.3.6, released 2018-03-01, Add high speed color drawBitmap function** Credit: [LAK132](https://github.com/LAK132)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
TFT_22_ILI9225
==============

**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)

**v1.3.6, released 2018-03-01, Add high speed color drawBitmap function** Credit: [LAK132](https://github.com/LAK132)
**v1.3.7, released 2018-03-18, Fix compilation error with esp8266 v2.4.1 package**

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.3.7",
"version": "1.3.8",
"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.3.7
version=1.3.8
author=Nkawu
maintainer=Nkawu
sentence=ILI9225 2.2" 176x220 TFT LCD shield
Expand Down

0 comments on commit 0c7989b

Please sign in to comment.