mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 21:56:35 +00:00
Changes for lvgl7 compilation
This commit is contained in:
parent
e7b24d320c
commit
387cec2a3d
@ -52,15 +52,21 @@ lib_deps =
|
|||||||
;AsyncTCP
|
;AsyncTCP
|
||||||
;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
||||||
;https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip
|
;https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip
|
||||||
|
https://github.com/fvanroie/lvgl.git
|
||||||
|
lvgl@baee5eb
|
||||||
|
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
lvgl@<7.0.0 ; Ignore v6.x.x versions
|
https://github.com/littlevgl/lvgl.git
|
||||||
|
lvgl@^6.1.2
|
||||||
|
lvgl@^6.1.1
|
||||||
|
|
||||||
; -- littlevgl config options ----------------------
|
; -- littlevgl config options ----------------------
|
||||||
build_flags =
|
build_flags =
|
||||||
;-Os ; Code Size Optimization
|
-Os ; Code Size Optimization
|
||||||
;-Og ; Code Debug Optimization
|
;-Og ; Code Debug Optimization
|
||||||
;-w ; Suppress warnings
|
;-w ; Suppress warnings
|
||||||
|
-D CORE_DEBUG_LEVEL=1 ; Errors
|
||||||
-D LV_CONF_INCLUDE_SIMPLE
|
-D LV_CONF_INCLUDE_SIMPLE
|
||||||
-D SPIFFS_TEMPORAL_FD_CACHE ; speedup opening recent files
|
-D SPIFFS_TEMPORAL_FD_CACHE ; speedup opening recent files
|
||||||
-D ARDUINOJSON_DECODE_UNICODE=1 ; for utf-8 symbols
|
-D ARDUINOJSON_DECODE_UNICODE=1 ; for utf-8 symbols
|
||||||
|
Loading…
x
Reference in New Issue
Block a user