Searched refs:FONT_LABEL_2XL (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_private.h | 126 FONT_LABEL_2XL, enumerator
|
D | lv_demo_high_res_util.c | 485 lv_style_set_text_font(&fonts[FONT_LABEL_2XL], &font_lv_demo_high_res_roboto_slab_bold_40); in init_fonts_sm() 502 lv_style_set_text_font(&fonts[FONT_LABEL_2XL], &font_lv_demo_high_res_roboto_slab_bold_60); in init_fonts_md() 519 lv_style_set_text_font(&fonts[FONT_LABEL_2XL], &font_lv_demo_high_res_roboto_slab_bold_90); in init_fonts_lg()
|
D | lv_demo_high_res_app_smart_home.c | 163 lv_obj_add_style(main_temp, &c->fonts[FONT_LABEL_2XL], 0); in create_widget1()
|
D | lv_demo_high_res_app_ev_charging.c | 526 lv_obj_add_style(percent_label, &c->fonts[FONT_LABEL_2XL], 0); in create_widget3()
|
D | lv_demo_high_res_app_thermostat.c | 557 lv_obj_add_style(current_temperature_val_label, &c->fonts[FONT_LABEL_2XL], 0); in create_widget3()
|