Lower esp8266 LV_MEM_SIZE

This commit is contained in:
fvanroie 2020-12-15 21:09:18 +01:00
parent 262567c450
commit ef9441a954

View File

@ -130,7 +130,7 @@ build_flags=
-D ATOMIC_FS_UPDATE ; enabled compressed ota updates
-D NO_GLOBAL_HTTPUPDATE ; dont instantiate httpUpdate
; -- lvgl build options -----------------------------
-D LV_MEM_SIZE=16384U ; 16kB lvgl memory
-D LV_MEM_SIZE=10240U ; 10kB lvgl memory
; -- hasp-lvgl build options ------------------------
-D HASP_USE_TELNET=1
-D HASP_USE_SPIFFS=1