mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Set LV_MEM_SIZE to 48 kB
This commit is contained in:
parent
da9edfa8fa
commit
2f5d75b556
@ -115,7 +115,7 @@ build_flags =
|
|||||||
-D HASP_CONSOLE_BUFFER=256 ; maximum length of a console/telnet command
|
-D HASP_CONSOLE_BUFFER=256 ; maximum length of a console/telnet command
|
||||||
-D NO_GLOBAL_HTTPUPDATE ; dont instantiate httpUpdate
|
-D NO_GLOBAL_HTTPUPDATE ; dont instantiate httpUpdate
|
||||||
; -- lvgl build options -----------------------------
|
; -- lvgl build options -----------------------------
|
||||||
-D LV_MEM_SIZE=61440U ; 60kB lvgl memory
|
-D LV_MEM_SIZE=49152U ; 48 kB lvgl memory
|
||||||
-D LV_ATTRIBUTE_FAST_MEM=IRAM_ATTR
|
-D LV_ATTRIBUTE_FAST_MEM=IRAM_ATTR
|
||||||
;-D LV_FS_PC_PATH="//littlefs" ; this needs to match the vfs mount pount
|
;-D LV_FS_PC_PATH="//littlefs" ; this needs to match the vfs mount pount
|
||||||
-D LODEPNG_NO_COMPILE_ALLOCATORS ; use PSram functions
|
-D LODEPNG_NO_COMPILE_ALLOCATORS ; use PSram functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user