Searched refs:time_to_full_label (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_home.c | 263 lv_obj_t * time_to_full_label = lv_label_create(widget); in create_widget_charging() local 264 lv_label_set_text_static(time_to_full_label, "Time to full charge"); in create_widget_charging() 265 lv_obj_add_style(time_to_full_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget_charging() 266 lv_obj_set_style_text_color(time_to_full_label, lv_color_white(), 0); in create_widget_charging() 267 lv_obj_set_width(time_to_full_label, LV_PCT(100)); in create_widget_charging()
|
D | lv_demo_high_res_app_ev_charging.c | 34 lv_obj_t * time_to_full_label; member 194 lv_label_set_text_fmt(anim_state->time_to_full_label, in anim_state_apply() 550 …anim_state->time_to_full_label = create_widget3_info(c, info_box, c->imgs[IMG_TIME_ICON], "Time to… in create_widget3()
|