Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c88 lv_obj_t * back_label = lv_label_create(back); in lv_demo_high_res_app_about() local
89 lv_label_set_text_static(back_label, "Back"); in lv_demo_high_res_app_about()
90 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_about()
91 lv_obj_add_style(back_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_about()
92 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_about()
Dlv_demo_high_res_app_smart_home.c94 lv_obj_t * back_label = lv_label_create(back); in lv_demo_high_res_app_smart_home() local
95 lv_label_set_text_static(back_label, "Back"); in lv_demo_high_res_app_smart_home()
96 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_smart_home()
97 lv_obj_add_style(back_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_smart_home()
98 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_smart_home()
Dlv_demo_high_res_app_ev_charging.c133 lv_obj_t * back_label = lv_label_create(back); in lv_demo_high_res_app_ev_charging() local
134 lv_label_set_text_static(back_label, "Back"); in lv_demo_high_res_app_ev_charging()
135 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_ev_charging()
136 lv_obj_add_style(back_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_ev_charging()
137 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_ev_charging()
Dlv_demo_high_res_app_smart_meter.c112 lv_obj_t * back_label = lv_label_create(back); in lv_demo_high_res_app_smart_meter() local
113 lv_label_set_text_static(back_label, "Back"); in lv_demo_high_res_app_smart_meter()
114 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_smart_meter()
115 lv_obj_add_style(back_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_smart_meter()
116 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_smart_meter()
Dlv_demo_high_res_app_thermostat.c99 lv_obj_t * back_label = lv_label_create(back); in lv_demo_high_res_app_thermostat() local
100 lv_label_set_text_static(back_label, "Back"); in lv_demo_high_res_app_thermostat()
101 lv_obj_set_style_text_opa(back_label, LV_OPA_60, 0); in lv_demo_high_res_app_thermostat()
102 lv_obj_add_style(back_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_thermostat()
103 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_thermostat()