Home
last modified time | relevance | path

Searched refs:time_to_full_num_label (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c252 lv_obj_t * time_to_full_num_label = lv_label_create(num_label_cont); in create_widget_charging() local
253 lv_obj_add_style(time_to_full_num_label, &c->fonts[FONT_LABEL_XL], 0); in create_widget_charging()
254 lv_obj_set_style_text_color(time_to_full_num_label, lv_color_white(), 0); in create_widget_charging()
255 …rver_obj(&c->ev_charging_progress, charging_time_until_full_label_observer, time_to_full_num_label, in create_widget_charging()