Просмотр исходного кода

add:开启lvgl对压缩字体的支持

Dozingfiretruck 5 месяцев назад
Родитель
Сommit
15cd09dd91
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/lvgl/lv_conf.h

+ 1 - 1
components/lvgl/lv_conf.h

@@ -469,7 +469,7 @@ typedef void * lv_indev_drv_user_data_t;            /*Type of user data in the i
 /* Enables/disables support for compressed fonts. If it's disabled, compressed
  * glyphs cannot be processed by the library and won't be rendered.
  */
-#define LV_USE_FONT_COMPRESSED 0
+#define LV_USE_FONT_COMPRESSED 1
 
 /* Enable subpixel rendering */
 #define LV_USE_FONT_SUBPX 0