static lv_style_t laebl_style; lv_style_copy(&laebl_style,&lv_style_plain_color); laebl_style.text.font = &LV_FONT_ROBOTO_12; lv_label_set_style(label1, ...
確定! 回上一頁