Searched refs:FONT_LABEL_MD (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 120 lv_obj_add_style(weather_label, &c->fonts[FONT_LABEL_MD], 0); in lv_demo_high_res_home() 124 lv_obj_add_style(weather_hi_lo_label, &c->fonts[FONT_LABEL_MD], 0); in lv_demo_high_res_home() 137 lv_obj_add_style(weather_temperature_location_label, &c->fonts[FONT_LABEL_MD], 0); in lv_demo_high_res_home() 253 lv_obj_add_style(label, &c->fonts[FONT_LABEL_MD], 0); in app_card_create()
|
D | lv_demo_high_res_app_smart_home.c | 151 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget1() 216 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget_charging() 299 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget2() 344 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget3() 427 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget4()
|
D | lv_demo_high_res_private.h | 123 FONT_LABEL_MD, enumerator
|
D | lv_demo_high_res_util.c | 482 lv_style_set_text_font(&fonts[FONT_LABEL_MD], &font_lv_demo_high_res_roboto_medium_16); in init_fonts_sm() 499 lv_style_set_text_font(&fonts[FONT_LABEL_MD], &font_lv_demo_high_res_roboto_medium_24); in init_fonts_md() 516 lv_style_set_text_font(&fonts[FONT_LABEL_MD], &font_lv_demo_high_res_roboto_medium_36); in init_fonts_lg()
|
D | lv_demo_high_res_app_ev_charging.c | 256 lv_obj_add_style(gas_savings_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget1() 350 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget2() 504 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget3()
|
D | lv_demo_high_res_app_smart_meter.c | 164 lv_obj_add_style(title, &c->fonts[FONT_LABEL_MD], 0); in create_widget1_part() 412 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget2() 630 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget3()
|
D | lv_demo_high_res_app_thermostat.c | 159 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget1() 324 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget2() 500 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget3()
|