Update LVGL to version 7.0.2. Notable changes in v7 include: - New drawing system (note that it uses much more ROM than previous versions) - New style system - Some objects have been renamed (current changes do not align yet Zephyr Kconfig settings with LVGL) - New fonts with more sizes (e.g. Montserrat, replacing Roboto) - Theme changes (most have been removed, default is now Material) Note that constant defaults have been aligned with LVGL. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
|
|
|
CONFIG_LOG=y
|
|
|
|
CONFIG_LVGL=y
|
|
CONFIG_LVGL_OBJ_LABEL=y
|
|
CONFIG_LVGL_OBJ_CONTAINER=y
|
|
CONFIG_LVGL_OBJ_BUTTON=y
|
|
CONFIG_LVGL_THEME_MATERIAL=y
|