Changes the Kconfig symbols for the sys_heap based memory management option and removes the notion of `BLOCKS` with a more concise single `LV_Z_MEM_POOL_SIZE` option. Also adds `LV_MEM_CUSTOM` to the lv_conf.h, since in any option the memory management is considered to be custom. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
20 lines
352 B
Plaintext
20 lines
352 B
Plaintext
CONFIG_LV_Z_MEM_POOL_SIZE=16384
|
|
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
|
|
CONFIG_LV_USE_LOG=y
|
|
CONFIG_LV_USE_LABEL=y
|
|
CONFIG_LV_USE_BTN=y
|
|
CONFIG_LV_USE_ARC=y
|
|
CONFIG_LV_USE_IMG=y
|
|
CONFIG_LV_USE_MONKEY=y
|
|
CONFIG_LV_FONT_MONTSERRAT_14=y
|