fix(shields): LVGL fixes for nice!view screen

* Bump the LVGL mem pool size needed for custom screen.
* Fixes for LVGL drawing/label usage.
This commit is contained in:
Peter Johanson
2023-11-15 16:06:21 -08:00
committed by Pete Johanson
parent 802881b625
commit 413820fc7f
2 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ choice ZMK_DISPLAY_STATUS_SCREEN
default ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
endchoice
config LV_Z_MEM_POOL_SIZE
default 4096 if ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
config ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
imply NICE_VIEW_WIDGET_STATUS