Pārlūkot izejas kodu

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

Dozingfiretruck 5 mēneši atpakaļ
vecāks
revīzija
15cd09dd91
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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