Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c94 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_about() local
95 lv_label_set_text_static(app_label, "About"); in lv_demo_high_res_app_about()
96 lv_obj_add_style(app_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_about()
97 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_about()
Dlv_demo_high_res_app_smart_home.c100 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_smart_home() local
101 lv_label_set_text_static(app_label, "Smart Home"); in lv_demo_high_res_app_smart_home()
102 lv_obj_add_style(app_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_smart_home()
103 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_smart_home()
Dlv_demo_high_res_app_ev_charging.c139 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_ev_charging() local
140 lv_label_set_text_static(app_label, "EV Charging"); in lv_demo_high_res_app_ev_charging()
141 lv_obj_add_style(app_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_ev_charging()
142 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_ev_charging()
Dlv_demo_high_res_app_smart_meter.c118 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_smart_meter() local
119 lv_label_set_text_static(app_label, "Smart Meter"); in lv_demo_high_res_app_smart_meter()
120 lv_obj_add_style(app_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_smart_meter()
121 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_smart_meter()
Dlv_demo_high_res_app_thermostat.c105 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_thermostat() local
106 lv_label_set_text_static(app_label, "Thermostat"); in lv_demo_high_res_app_thermostat()
107 lv_obj_add_style(app_label, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_app_thermostat()
108 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_thermostat()