一直无法加载font.bin

This commit is contained in:
2026-02-19 23:12:37 +08:00
parent de2cca57a8
commit 7e6c63d60a
4 changed files with 321 additions and 1 deletions
@@ -24,7 +24,7 @@ void lv_example_get_started_1(void)
static lv_style_t style_label;
lv_style_init(&style_label);
//lv_style_set_text_font(&style_label, &cn_font_16); // 关键:设置字体
lv_style_set_text_font(&style_label, cn_font_16); // 关键:设置字体
/*Create a white label, set its text and align it to the center*/
lv_obj_t *label = lv_label_create(lv_screen_active());