Home
last modified time | relevance | path

Searched refs:FONT_LABEL_2XL (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_private.h126 FONT_LABEL_2XL, enumerator
Dlv_demo_high_res_util.c485 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()
Dlv_demo_high_res_app_smart_home.c163 lv_obj_add_style(main_temp, &c->fonts[FONT_LABEL_2XL], 0); in create_widget1()
Dlv_demo_high_res_app_ev_charging.c526 lv_obj_add_style(percent_label, &c->fonts[FONT_LABEL_2XL], 0); in create_widget3()
Dlv_demo_high_res_app_thermostat.c557 lv_obj_add_style(current_temperature_val_label, &c->fonts[FONT_LABEL_2XL], 0); in create_widget3()