Searched refs:h_label (Results 1 – 1 of 1) sorted by relevance
258 lv_obj_t * h_label = lv_label_create(num_label_cont); in create_widget_charging() local259 lv_label_set_text_static(h_label, "h"); in create_widget_charging()260 lv_obj_add_style(h_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget_charging()261 lv_obj_set_style_text_color(h_label, lv_color_white(), 0); in create_widget_charging()