Searched refs:FONT_LABEL_LG (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_private.h | 124 FONT_LABEL_LG, enumerator
|
D | lv_demo_high_res_util.c | 483 lv_style_set_text_font(&fonts[FONT_LABEL_LG], &font_lv_demo_high_res_roboto_slab_bold_20); in init_fonts_sm() 500 lv_style_set_text_font(&fonts[FONT_LABEL_LG], &font_lv_demo_high_res_roboto_slab_bold_30); in init_fonts_md() 517 lv_style_set_text_font(&fonts[FONT_LABEL_LG], &font_lv_demo_high_res_roboto_slab_bold_45); in init_fonts_lg()
|
D | lv_demo_high_res_app_smart_meter.c | 188 lv_obj_add_style(daily_value_label, &c->fonts[FONT_LABEL_LG], 0); in create_widget1_part() 211 lv_obj_add_style(weekly_value_label, &c->fonts[FONT_LABEL_LG], 0); in create_widget1_part()
|
D | lv_demo_high_res_app_ev_charging.c | 472 lv_obj_add_style(label_number, &c->fonts[FONT_LABEL_LG], 0); in create_widget3_info()
|