fix(display): Tweaks to memory Kconfig settings.

* Don't default heap mempool by default now that there's a dedicated
  LVGL mempool
* Set proper defaults for CiZ display hardware/custom screen.
* Double the dedicated display thread stack size for CiZ.
This commit is contained in:
Peter Johanson
2024-02-05 13:12:18 -08:00
committed by Pete Johanson
parent 2d6c9f797c
commit 4bcecd98f8
7 changed files with 12 additions and 7 deletions

View File

@@ -599,9 +599,6 @@ endmenu
#ZMK
endmenu
config HEAP_MEM_POOL_SIZE
default 8192 if ZMK_DISPLAY
config KERNEL_BIN_NAME
default "zmk"