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:
Peter Johanson 2024-01-17 14:48:17 -08:00
parent 349f80b4eb
commit 7b3931affa

View file

@ -29,11 +29,8 @@ endchoice
config LV_MEM_CUSTOM
default y
# config LV_Z_MEM_POOL_MIN_SIZE
# default 32
# config LV_Z_MEM_POOL_MAX_SIZE
# default 8192
config LV_Z_MEM_POOL_SIZE
default 4096 if ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
choice ZMK_DISPLAY_STATUS_SCREEN
prompt "Default status screen for displays"