Skip to content

Commit

Permalink
Merge pull request #10 from Nkawu/v1.2.6
Browse files Browse the repository at this point in the history
V1.2.6
  • Loading branch information
Nkawu authored Oct 27, 2017
2 parents 73ba079 + b8e692e commit 9bb27ae
Show file tree
Hide file tree
Showing 5 changed files with 978 additions and 796 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TFT_22_ILI9225
==============

**Version 1.2.5, released 2017-10-24, reverted architecture support to AVR only.**
**Version 1.2.6, released 2017-10-27, adds support for all platforms.**

**Version 1.2.3, released 2017-10-22, adds backlight brightness control.** Credit: [miro1360](https://github.com/miro1360)

Expand All @@ -16,8 +16,6 @@ This library works with the ILI9225 based 2.2" 176x220 TFT LCD shields commonly
that there is a commonly available 2.2" 240x320 TFT module very similar in appearance but using the
ILI9341 driver.

At the moment only AVR based boards are supported due to the code that speeds up TFT display.

<img src="https://raw.githubusercontent.com/Nkawu/TFT_22_ILI9225/master/images/ILI9225_TFT_front.jpg" alt="Front" width="300">
<img src="https://raw.githubusercontent.com/Nkawu/TFT_22_ILI9225/master/images/ILI9225_TFT_back.jpg" alt="Back" width="300">

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authors": {
"name": "Nkawu"
},
"version": "1.2.5",
"version": "1.2.6",
"frameworks": "arduino",
"platforms": "avr"
"platforms": "*"
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=TFT_22_ILI9225
version=1.2.5
version=1.2.6
author=Nkawu
maintainer=Nkawu
sentence=ILI9225 2.2" 176x220 TFT LCD shield
paragraph=Arduino driver for the ILI9225 based TFT with SPI Interface
category=Display
url=https://github.com/Nkawu/TFT_22_ILI9225
architectures=avr
architectures=*
includes=TFT_22_ILI9225.h
Loading

0 comments on commit 9bb27ae

Please sign in to comment.