瀏覽代碼

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

Dozingfiretruck 5 月之前
父節點
當前提交
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