fix(display): Set a default mem size for built-in
* Set a reasonable default LVGL mem pool size for our built-in status screen.
This commit is contained in:
parent
d9c0ded402
commit
b2a0a357e1
1 changed files with 2 additions and 5 deletions
|
@ -29,11 +29,8 @@ endchoice
|
||||||
config LV_MEM_CUSTOM
|
config LV_MEM_CUSTOM
|
||||||
default y
|
default y
|
||||||
|
|
||||||
# config LV_Z_MEM_POOL_MIN_SIZE
|
config LV_Z_MEM_POOL_SIZE
|
||||||
# default 32
|
default 4096 if ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
|
||||||
|
|
||||||
# config LV_Z_MEM_POOL_MAX_SIZE
|
|
||||||
# default 8192
|
|
||||||
|
|
||||||
choice ZMK_DISPLAY_STATUS_SCREEN
|
choice ZMK_DISPLAY_STATUS_SCREEN
|
||||||
prompt "Default status screen for displays"
|
prompt "Default status screen for displays"
|
||||||
|
|
Loading…
Add table
Reference in a new issue