Skip to content

Commit fe1aa25

Browse files
vanwinkeljanMaureenHelm
authored andcommitted
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 <[email protected]>
1 parent a1e336e commit fe1aa25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lib/gui/lvgl/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ CONFIG_LVGL_GROUP=y
2424
CONFIG_LVGL_GPU=y
2525
CONFIG_LVGL_IMG_CF_INDEXED=y
2626
CONFIG_LVGL_IMG_CF_ALPHA=y
27+
CONFIG_LVGL_IMG_INDEXED_CHROMA=y
2728
CONFIG_LVGL_FILESYSTEM=y
2829
CONFIG_LVGL_DOUBLE_VDB=y
30+
CONFIG_LVGL_TEXT_USE_BIDI=y
2931
CONFIG_LVGL_OBJ_REALIGN=y
3032
CONFIG_LVGL_OBJ_LABEL=y
3133
CONFIG_LVGL_OBJ_LABEL_TEXT_SEL=y
@@ -79,3 +81,5 @@ CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_16=y
7981
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_22=y
8082
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_28=y
8183
CONFIG_LVGL_BUILD_IN_FONT_UNSCII_8=y
84+
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_28_COMPRESSED=y
85+
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_12_SUBPX=y

0 commit comments

Comments
 (0)