Home
last modified time | relevance | path

Searched refs:FONT_LABEL_LG (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_private.h124 FONT_LABEL_LG, enumerator
Dlv_demo_high_res_util.c483 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()
Dlv_demo_high_res_app_smart_meter.c188 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()
Dlv_demo_high_res_app_ev_charging.c472 lv_obj_add_style(label_number, &c->fonts[FONT_LABEL_LG], 0); in create_widget3_info()