samples/modules/lvgl/demos: Increase heap for native 64 targets

For this targets, the widgets demo run out of heap and crashes.
Let's just increase the heap size.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-02-16 18:52:29 +01:00 committed by Henrik Brix Andersen
parent b374a423c4
commit 2f8c58120e
2 changed files with 2 additions and 0 deletions

View file

@ -2,3 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_LV_COLOR_DEPTH_32=y
CONFIG_LV_Z_MEM_POOL_SIZE=65536

View file

@ -2,3 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_LV_COLOR_DEPTH_32=y
CONFIG_LV_Z_MEM_POOL_SIZE=65536