Searched refs:app_label (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 94 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()
|
D | lv_demo_high_res_app_smart_home.c | 100 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()
|
D | lv_demo_high_res_app_ev_charging.c | 139 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()
|
D | lv_demo_high_res_app_smart_meter.c | 118 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()
|
D | lv_demo_high_res_app_thermostat.c | 105 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()
|