Fixes
Fixed GET_VALUES for newer FW Added range calcs
This commit is contained in:
25
lib/TFT_22_ILI9225-master/CHANGES.md
Normal file
25
lib/TFT_22_ILI9225-master/CHANGES.md
Normal file
@@ -0,0 +1,25 @@
|
||||
TFT_22_ILI9225
|
||||
==============
|
||||
|
||||
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))
|
||||
[v1.4.3](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.3) | 2019-11-25 | Cleanup and ESP32 FAST_PINIO fixes ([Bolukan](https://github.com/Bolukan) [dl9rdz](https://github.com/dl9rdz))
|
||||
[v1.4.2](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.2) | 2019-05-01 | More performance improvements for color drawBitmap ([LAK132](https://github.com/LAK132))
|
||||
[v1.4.1](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.1) | 2019-04-18 | Add 1-D bitmap array support and fix drawing issue ([joe820730](https://github.com/joe820730))
|
||||
[v1.4.0](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.4.0) | 2019-02-17 | Added HSPI support for ESP32, More robust start and end of SPI transaction ([Bolukan](https://github.com/Bolukan))
|
||||
[v1.3.9](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.9) | 2018-11-05 | More ESP32/8266 fixes ([Bolukan](https://github.com/Bolukan))
|
||||
[v1.3.8](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.8) | 2018-09-30 | Use correct field separator in keywords.txt ([per1234](https://github.com/per1234)) <br />Fix syntax for linux Math.h --> math.h ([G4lile0](https://github.com/G4lile0)) <br />Fix bug with direct drawLine call on ESP32 ([Bolukan](https://github.com/Bolukan))
|
||||
v1.3.7 | 2018-03-18 | Fix compilation error with esp8266 v2.4.1 package
|
||||
[v1.3.6](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.6) | 2018-03-01 | Add high speed color drawBitmap function ([LAK132](https://github.com/LAK132))
|
||||
[v1.3.5](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.5) | 2018-02-27 | STM32 F1 support and speeding up the library ([MicroBahner](https://github.com/MicroBahner))
|
||||
[v1.3.4](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.4) | 2017-11-27 | Add support for ESP32
|
||||
[v1.3.3](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.3) | 2017-11-26 | Add support for STM32F1 ([nicolasimeoni](https://github.com/nicolasimeoni))
|
||||
[v1.3.2](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.2) | 2017-11-20 | Add triangle function demo
|
||||
[v1.3.1](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.1) | 2017-11-12 | Bug fixes for triangle functions
|
||||
[v1.3.0](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.3.0) | 2017-11-01 | Add support for GFX type proportional fonts
|
||||
[v1.2.7](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.2.7) | 2017-10-30 | Fix bug for ESP8266
|
||||
[v1.2.6](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.2.6) | 2017-10-27 | Add support for all platforms
|
||||
[v1.2.3](https://github.com/Nkawu/TFT_22_ILI9225/releases/tag/v1.2.3) | 2017-10-22 | Add backlight brightness control ([miro1360](https://github.com/miro1360))
|
||||
v1.2.1 | 2017-09-18 | Fixed color table shift error <br />Add PlatformIO library.json ([ellsclytn](https://github.com/ellsclytn))
|
||||
v1.2.0 | 2017-01-18 | Speed up Hardware SPI significantly <br />Adafruit GFX bitmap functions with example ([techi602](https://github.com/techi602))
|
||||
Reference in New Issue
Block a user