mirror of https://github.com/zmkfirmware/zmk.git
fix: nice!view built-in widgets render failure from insufficient memory (#3243)
fixes #3219
This commit is contained in:
parent
e108e319c0
commit
536375e45e
|
|
@ -26,6 +26,7 @@ endchoice
|
|||
|
||||
config LV_Z_MEM_POOL_SIZE
|
||||
default 8192 if ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
|
||||
default 5120 if ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
|
||||
|
||||
config ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
|
||||
imply NICE_VIEW_WIDGET_STATUS
|
||||
|
|
|
|||
Loading…
Reference in New Issue