Due to the added demos, a memory pool of 49 KiB is no longer enough and leads to crashes: https://github.com/lvgl/lvgl/issues/7648 Increasing the memory pool to 57 KiB fixes the problem. Signed-off-by: Detlev Zundel <dzu@member.fsf.org>
21 lines
385 B
Plaintext
21 lines
385 B
Plaintext
CONFIG_MAIN_STACK_SIZE=4096
|
|
CONFIG_LOG=y
|
|
CONFIG_SHELL=y
|
|
|
|
CONFIG_LVGL=y
|
|
CONFIG_LV_Z_MEM_POOL_SIZE=58368
|
|
CONFIG_LV_Z_SHELL=y
|
|
CONFIG_LV_USE_MONKEY=y
|
|
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_INPUT=y
|
|
|
|
CONFIG_LV_FONT_MONTSERRAT_12=y
|
|
CONFIG_LV_FONT_MONTSERRAT_14=y
|
|
CONFIG_LV_FONT_MONTSERRAT_16=y
|
|
CONFIG_LV_FONT_MONTSERRAT_18=y
|
|
CONFIG_LV_FONT_MONTSERRAT_24=y
|
|
|
|
# Benchmark Demo
|
|
CONFIG_LV_USE_FONT_COMPRESSED=y
|