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
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue