Update to lovyan03/LovyanGFX 0.4.12

This commit is contained in:
fvanroie 2022-01-18 17:32:21 +01:00
parent e459583df1
commit c2a5359603
6 changed files with 10 additions and 7 deletions

View File

@ -20,10 +20,13 @@
### GUI
- Hide cursor during `antiburn` and `idle` if the pointer is enabled
### Bug fixes
- Fix bug `close` bug in `dropdownlist` (thanks @htvekov)
- Fix screen dimensions in `statusupdate` message, taking into account current orientation (thanks @kquinsland)
### Custom component
- Expose `antiburn` for the CC (thanks @dgomes)
- Expose the device URL in discovery message
- Add display resolution to discovery message
### Architecture
- Moved to Arduino 2.0.2 with native LittleFS library
@ -31,7 +34,7 @@
- Prepare support for ESP32-S2
- Breaking: Removed support for ESP8266
Update libraries to ArduinoJson 6.19.1, TFT_eSPI 2.4.25, LovyanGFX 0.4.11 and Adafruit STMPE610 1.1.4
Update libraries to ArduinoJson 6.19.1, TFT_eSPI 2.4.25, LovyanGFX 0.4.12 and Adafruit STMPE610 1.1.4
## v0.6.2

View File

@ -59,7 +59,7 @@ lib_deps =
adafruit/Adafruit BusIO @ ^1.6.0
; GT911 touch screen driver
; git+https://github.com/netwizeBE/arduino-goodix.git
lovyan03/LovyanGFX @ ^0.4.11
lovyan03/LovyanGFX @ ^0.4.12
lib_ignore =
${env.lib_ignore}

View File

@ -54,7 +54,7 @@ lib_deps =
; GT911 touch screen driver
; git+https://github.com/netwizeBE/arduino-goodix.git
; git+https://github.com/aselectroworks/Arduino-FT6336U.git
lovyan03/LovyanGFX @ ^0.4.11
lovyan03/LovyanGFX @ ^0.4.12
lib_ignore =
${env.lib_ignore}

View File

@ -46,7 +46,7 @@ lib_deps =
${env.lib_deps}
${esp32s2.lib_deps}
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
lovyan03/LovyanGFX @ ^0.4.11
lovyan03/LovyanGFX @ ^0.4.12
lib_ignore =
${env.lib_ignore}

View File

@ -60,7 +60,7 @@ lib_deps =
${env.lib_deps}
${esp32s2.lib_deps}
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
lovyan03/LovyanGFX @ ^0.4.11
lovyan03/LovyanGFX @ ^0.4.12
lib_ignore =
${env.lib_ignore}

View File

@ -45,7 +45,7 @@ build_flags =
lib_deps =
${env.lib_deps}
${esp32s2.lib_deps}
lovyan03/LovyanGFX @ ^0.4.11
lovyan03/LovyanGFX @ ^0.4.12
lib_ignore =
${env.lib_ignore}