Enable LVGL widgets demo within Zephyr. This demo requires additional stack and heap space in order to execute correctly, so raise the stack and heap size to enable it to run. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
CONFIG_MAIN_STACK_SIZE=4096
|
|
CONFIG_LOG=y
|
|
CONFIG_SHELL=y
|
|
|
|
CONFIG_LVGL=y
|
|
CONFIG_LV_Z_MEM_POOL_SIZE=49152
|
|
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
|
|
|
|
# Benchmark Demo
|
|
CONFIG_LV_USE_FONT_COMPRESSED=y
|