mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-22 18:56:34 +00:00
Update to LovyanGFX 1.1.2 and ArduinoJson 6.20.1
This commit is contained in:
parent
62999284b2
commit
4e681edcaf
@ -6,6 +6,7 @@
|
||||
<!-- ? Support for State and Part properties -->
|
||||
- Set default line_width of new `line` objects to 1
|
||||
- Allow line and block comments in pages.jsonl
|
||||
- HASP theme: Toggle objects now use the secondary color when they are in the toggled state.
|
||||
|
||||
### Fonts
|
||||
- Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt
|
||||
@ -39,7 +40,7 @@
|
||||
- Add support for ESP32-S3 devices
|
||||
- Add Arduino-GFX display driver
|
||||
|
||||
Updated libraries to ArduinoJson 6.20.0, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0 and LovyanGFX 0.5.0
|
||||
Updated libraries to ArduinoJson 6.20.1, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0 and LovyanGFX 1.1.2
|
||||
|
||||
|
||||
## v0.6.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
; MIT License - Copyright (c) 2019-2022 Francis Van Roie
|
||||
; MIT License - Copyright (c) 2019-2023 Francis Van Roie
|
||||
; For full license information read the LICENSE file in the project folder
|
||||
;
|
||||
; PlatformIO Project Configuration File
|
||||
@ -82,7 +82,7 @@ build_flags =
|
||||
; -- Shared library dependencies in all environments
|
||||
; Warning : don't put comments after github links => causes infinite download loop
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson@^6.20.0
|
||||
bblanchon/ArduinoJson@^6.20.1
|
||||
;git+https://github.com/fvanroie/ConsoleInput.git
|
||||
;git+https://github.com/andrethomas/TasmotaSlave.git
|
||||
;git+https://github.com/lvgl/lvgl.git
|
||||
@ -104,7 +104,7 @@ build_src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<l
|
||||
|
||||
[lovyangfx]
|
||||
lib_deps =
|
||||
lovyan03/LovyanGFX@^0.5.0
|
||||
lovyan03/LovyanGFX@^1.1.2
|
||||
|
||||
[arduinogfx]
|
||||
lib_deps =
|
||||
|
Loading…
x
Reference in New Issue
Block a user