From 536375e45ef6d01a9c194803525bf9dd5e119421 Mon Sep 17 00:00:00 2001 From: Seth Milliken Date: Thu, 26 Feb 2026 17:08:54 -0800 Subject: [PATCH] fix: nice!view built-in widgets render failure from insufficient memory (#3243) fixes #3219 --- app/boards/shields/nice_view/Kconfig.defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/shields/nice_view/Kconfig.defconfig b/app/boards/shields/nice_view/Kconfig.defconfig index 57126edfc..cafeaa470 100644 --- a/app/boards/shields/nice_view/Kconfig.defconfig +++ b/app/boards/shields/nice_view/Kconfig.defconfig @@ -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