1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
This commit is contained in:
Gabor Kiss-Vamosi 2019-05-20 15:51:31 +02:00
parent 1c2d71a0f8
commit 9d70ccc226

View File

@ -125,7 +125,7 @@ void lv_font_builtin_init(void)
#if LV_USE_FONT_DEJAVU_30 != 0
lv_font_add(&lv_font_symbol_30, &lv_font_dejavu_30);
#else
lv_font_add(&lv_font_symbol_30_basic, NULL);
lv_font_add(&lv_font_symbol_30, NULL);
#endif
#endif