samples: lvgl: Enable lvgl shell
Activate the lvgl shell with memory statistics and monkey testing support for the lvgl sample. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
parent
9506c65db1
commit
a8b103e4ad
1 changed files with 3 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
CONFIG_LV_Z_MEM_POOL_NUMBER_BLOCKS=8
|
||||
CONFIG_LV_Z_SHELL=y
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
|
||||
CONFIG_DISPLAY=y
|
||||
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
||||
|
||||
CONFIG_LOG=y
|
||||
CONFIG_SHELL=y
|
||||
|
||||
CONFIG_LVGL=y
|
||||
CONFIG_LV_MEM_CUSTOM=y
|
||||
|
@ -12,4 +14,5 @@ CONFIG_LV_USE_LOG=y
|
|||
CONFIG_LV_USE_LABEL=y
|
||||
CONFIG_LV_USE_BTN=y
|
||||
CONFIG_LV_USE_IMG=y
|
||||
CONFIG_LV_USE_MONKEY=y
|
||||
CONFIG_LV_FONT_MONTSERRAT_14=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue