We're now using the Kconfig copied from the upstream lvgl repository. It uses the LV_ prefix for all options while we're using LVGL_ for Zephyr-specific ones. Make the latter consistent with upstream but also make sure they're distinct from lvgl's by using LV_Z_ as the prefix. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
CONFIG_LV_Z_MEM_POOL_NUMBER_BLOCKS=8
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
|
|
|
CONFIG_LOG=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_IMG=y
|
|
CONFIG_LV_FONT_MONTSERRAT_14=y
|