Skip to content

Commit c7a61d6

Browse files
faxe1008kartben
authored andcommitted
tests: lib: gui: lvgl: Remove LV_FONT_SIMSUN_16_CJK symbol
In 9.3 due to font licensing issues LV_FONT_SIMSUN_16_CJK was deprecated. Instead select now LV_FONT_SOURCE_HAN_SANS_SC_16_CJK symbol. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
1 parent 8a110a6 commit c7a61d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/gui/lvgl/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ CONFIG_LV_FONT_MONTSERRAT_46=y
6868
CONFIG_LV_FONT_MONTSERRAT_48=y
6969
CONFIG_LV_FONT_MONTSERRAT_28_COMPRESSED=y
7070
CONFIG_LV_FONT_DEJAVU_16_PERSIAN_HEBREW=y
71-
CONFIG_LV_FONT_SIMSUN_16_CJK=y
71+
CONFIG_LV_FONT_SOURCE_HAN_SANS_SC_16_CJK=y
7272
CONFIG_LV_FONT_UNSCII_8=y
7373
CONFIG_LV_USE_FONT_COMPRESSED=y

0 commit comments

Comments
 (0)