mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Update to lovyan03/LovyanGFX 0.4.12
This commit is contained in:
parent
e459583df1
commit
c2a5359603
@ -20,10 +20,13 @@
|
|||||||
### GUI
|
### GUI
|
||||||
- Hide cursor during `antiburn` and `idle` if the pointer is enabled
|
- 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
|
### Custom component
|
||||||
- Expose `antiburn` for the CC (thanks @dgomes)
|
- Expose `antiburn` for the CC (thanks @dgomes)
|
||||||
- Expose the device URL in discovery message
|
- Expose the device URL in discovery message
|
||||||
- Add display resolution to discovery message
|
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
- Moved to Arduino 2.0.2 with native LittleFS library
|
- Moved to Arduino 2.0.2 with native LittleFS library
|
||||||
@ -31,7 +34,7 @@
|
|||||||
- Prepare support for ESP32-S2
|
- Prepare support for ESP32-S2
|
||||||
- Breaking: Removed support for ESP8266
|
- 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
|
## v0.6.2
|
||||||
|
@ -59,7 +59,7 @@ lib_deps =
|
|||||||
adafruit/Adafruit BusIO @ ^1.6.0
|
adafruit/Adafruit BusIO @ ^1.6.0
|
||||||
; GT911 touch screen driver
|
; GT911 touch screen driver
|
||||||
; git+https://github.com/netwizeBE/arduino-goodix.git
|
; git+https://github.com/netwizeBE/arduino-goodix.git
|
||||||
lovyan03/LovyanGFX @ ^0.4.11
|
lovyan03/LovyanGFX @ ^0.4.12
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
${env.lib_ignore}
|
${env.lib_ignore}
|
||||||
|
@ -54,7 +54,7 @@ lib_deps =
|
|||||||
; GT911 touch screen driver
|
; GT911 touch screen driver
|
||||||
; git+https://github.com/netwizeBE/arduino-goodix.git
|
; git+https://github.com/netwizeBE/arduino-goodix.git
|
||||||
; git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
; git+https://github.com/aselectroworks/Arduino-FT6336U.git
|
||||||
lovyan03/LovyanGFX @ ^0.4.11
|
lovyan03/LovyanGFX @ ^0.4.12
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
${env.lib_ignore}
|
${env.lib_ignore}
|
||||||
|
@ -46,7 +46,7 @@ lib_deps =
|
|||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
${esp32s2.lib_deps}
|
${esp32s2.lib_deps}
|
||||||
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
||||||
lovyan03/LovyanGFX @ ^0.4.11
|
lovyan03/LovyanGFX @ ^0.4.12
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
${env.lib_ignore}
|
${env.lib_ignore}
|
||||||
|
@ -60,7 +60,7 @@ lib_deps =
|
|||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
${esp32s2.lib_deps}
|
${esp32s2.lib_deps}
|
||||||
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
adafruit/Adafruit STMPE610@^1.1.4 ;STMPE610 touch controller
|
||||||
lovyan03/LovyanGFX @ ^0.4.11
|
lovyan03/LovyanGFX @ ^0.4.12
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
${env.lib_ignore}
|
${env.lib_ignore}
|
||||||
|
@ -45,7 +45,7 @@ build_flags =
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
${esp32s2.lib_deps}
|
${esp32s2.lib_deps}
|
||||||
lovyan03/LovyanGFX @ ^0.4.11
|
lovyan03/LovyanGFX @ ^0.4.12
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
${env.lib_ignore}
|
${env.lib_ignore}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user