tests: gui: Enable new LVGL features in tests
Enable the new features introduced in LVGL v6.1 in the LVGL tests Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
a1e336e7af
commit
fe1aa252ab
1 changed files with 4 additions and 0 deletions
|
@ -24,8 +24,10 @@ CONFIG_LVGL_GROUP=y
|
|||
CONFIG_LVGL_GPU=y
|
||||
CONFIG_LVGL_IMG_CF_INDEXED=y
|
||||
CONFIG_LVGL_IMG_CF_ALPHA=y
|
||||
CONFIG_LVGL_IMG_INDEXED_CHROMA=y
|
||||
CONFIG_LVGL_FILESYSTEM=y
|
||||
CONFIG_LVGL_DOUBLE_VDB=y
|
||||
CONFIG_LVGL_TEXT_USE_BIDI=y
|
||||
CONFIG_LVGL_OBJ_REALIGN=y
|
||||
CONFIG_LVGL_OBJ_LABEL=y
|
||||
CONFIG_LVGL_OBJ_LABEL_TEXT_SEL=y
|
||||
|
@ -79,3 +81,5 @@ CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_16=y
|
|||
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_22=y
|
||||
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_28=y
|
||||
CONFIG_LVGL_BUILD_IN_FONT_UNSCII_8=y
|
||||
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_28_COMPRESSED=y
|
||||
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_12_SUBPX=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue