Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 3.24 KB

CHANGES.md

File metadata and controls

26 lines (25 loc) · 3.24 KB

TFT_22_ILI9225

Version Release Date Description
v1.4.5 2022-02-05 Update examples for ESP32
v1.4.4 2020-07-19 Add support for Arduino Nano Every (charclo)
v1.4.3 2019-11-25 Cleanup and ESP32 FAST_PINIO fixes (Bolukan dl9rdz)
v1.4.2 2019-05-01 More performance improvements for color drawBitmap (LAK132)
v1.4.1 2019-04-18 Add 1-D bitmap array support and fix drawing issue (joe820730)
v1.4.0 2019-02-17 Added HSPI support for ESP32, More robust start and end of SPI transaction (Bolukan)
v1.3.9 2018-11-05 More ESP32/8266 fixes (Bolukan)
v1.3.8 2018-09-30 Use correct field separator in keywords.txt (per1234)
Fix syntax for linux Math.h --> math.h (G4lile0)
Fix bug with direct drawLine call on ESP32 (Bolukan)
v1.3.7 2018-03-18 Fix compilation error with esp8266 v2.4.1 package
v1.3.6 2018-03-01 Add high speed color drawBitmap function (LAK132)
v1.3.5 2018-02-27 STM32 F1 support and speeding up the library (MicroBahner)
v1.3.4 2017-11-27 Add support for ESP32
v1.3.3 2017-11-26 Add support for STM32F1 (nicolasimeoni)
v1.3.2 2017-11-20 Add triangle function demo
v1.3.1 2017-11-12 Bug fixes for triangle functions
v1.3.0 2017-11-01 Add support for GFX type proportional fonts
v1.2.7 2017-10-30 Fix bug for ESP8266
v1.2.6 2017-10-27 Add support for all platforms
v1.2.3 2017-10-22 Add backlight brightness control (miro1360)
v1.2.1 2017-09-18 Fixed color table shift error
Add PlatformIO library.json (ellsclytn)
v1.2.0 2017-01-18 Speed up Hardware SPI significantly
Adafruit GFX bitmap functions with example (techi602)