Files
Robert Miroszewski d3d7ce08e4 Fixes
Fixed GET_VALUES for newer FW
Added range calcs
2021-04-22 19:43:10 +02:00

65 lines
2.6 KiB
Markdown

TFT_22_ILI9225
==============
**Latest changes:**
Version | Release Date | Description
------- | ------------ | -----------
[v1.4.4](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.4) | 2020-07-19 | Add support for Arduino Nano Every ([charclo](https://github.com/charclo))
## 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.
*Note that there is a commonly available 2.2" 240x320 TFT module very similar in appearance but using the
ILI9341 driver.*
![ILI9225](/images/ILI9225_TFT.jpg)
## Installation
### Using Arduino Library Manager
* In the Arduino IDE menu, select:
* Sketch
* Include Library
* Manage Libraries...
* In the resulting **Library Manager** dialog:
* Enter **"9225"** in the search filter field *(Filter your search...)*
* Select **TFT_22_ILI9225"** in the list
* Click the **Install** button
### 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](https://github.com/Nkawu/TFT_22_ILI9225/wiki)** for documentation.
## Documentation
Documentation describing physical module connections, library methods, fonts etc. can be found in the repo's **[Wiki](https://github.com/Nkawu/TFT_22_ILI9225/wiki)**
## 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.md](https://github.com/Nkawu/TFT_22_ILI9225/blob/master/CHANGES.md) file:
* [techi602](https://github.com/techi602)
* [ellsclytn](https://github.com/ellsclytn)
* [miro1360](https://github.com/miro1360)
* [nicolasimeoni](https://github.com/nicolasimeoni)
* [MicroBahner](https://github.com/MicroBahner)
* [LAK132](https://github.com/LAK132)
* [per1234](https://github.com/per1234)
* [G4lile0](https://github.com/G4lile0)
* [Bolukan](https://github.com/Bolukan)
* [joe820730](https://github.com/joe820730)