Skip to content

Commit

Permalink
v1.4.2 More performance improvements for color drawBitmap (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkawu authored May 1, 2019
1 parent 1ea8c00 commit dbccff4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 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.2, released 2019-05-01, More performance improvements for color drawBitmap** Credit: [LAK132](https://github.com/LAK132)

**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)
Expand Down
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
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)
**Latest changes:**

**v1.4.2, released 2019-05-01, More performance improvements for color drawBitmap** Credit: [LAK132](https://github.com/LAK132)

## Introduction

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 All @@ -11,9 +15,10 @@ ILI9341 driver.*
<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">

**To install the library:**
## Installation

### Using Arduino Library Manager

**Arduino Library Manager:**
* In the Arduino IDE menu, select:
* Sketch
* Include Library
Expand All @@ -23,10 +28,28 @@ ILI9341 driver.*
* Select **TFT_22_ILI9225"** in the list
* Click the **Install** button

***Direct Install:***
### Direct Installation

* Click the **Download ZIP** button on the right to download **TFT_22_ILI9225-master.zip**
* Extract the ZIP file to the library folder your *arduinosketchfolder*/libraries/ folder. You may need to create the libraries subfolder if it's your first library.
* Rename the uncompressed folder from **TFT_22_ILI9225-master** to **TFT_22_ILI9225**
* Restart the Arduino IDE

Look at the included "Basic_Demo" example sketch for sample code and the Wiki for documentation.

## Bugs/Enhancement Requests

Please log all requests on the **[Issues](https://github.com/Nkawu/TFT_22_ILI9225/issues)** tab

Note that this an open source project, it may take some time for your requests to be addressed.

## Acknowledgements

Many thanks to all the contributors that have vastly improved this library from it's humble beginnings. Individual contributions are listed in the CHANGES file:

* [miro1360](https://github.com/miro1360)
* [nicolasimeoni](https://github.com/nicolasimeoni)
* [MicroBahner](https://github.com/MicroBahner)
* [LAK132](https://github.com/LAK132)
* [Bolukan](https://github.com/Bolukan)
* [joe820730](https://github.com/joe820730)
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.1",
"version": "1.4.2",
"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.1
version=1.4.2
author=Nkawu
maintainer=Nkawu
sentence=ILI9225 2.2" 176x220 TFT LCD shield
Expand Down

0 comments on commit dbccff4

Please sign in to comment.