Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c258 lv_obj_t * estimated_values_label = lv_label_create(title_box); in create_widget1() local
259 lv_label_set_text_static(estimated_values_label, "Estimated values"); in create_widget1()
260 lv_obj_add_style(estimated_values_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1()
261 lv_obj_add_style(estimated_values_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in create_widget1()
262 lv_obj_set_style_text_opa(estimated_values_label, LV_OPA_40, 0); in create_widget1()