Searched refs:FONT_LABEL_XS (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 477 lv_style_set_text_font(&fonts[FONT_LABEL_XS], &font_lv_demo_high_res_roboto_medium_8); in init_fonts_sm() 478 lv_style_set_text_line_space(&fonts[FONT_LABEL_XS], in init_fonts_sm() 494 lv_style_set_text_font(&fonts[FONT_LABEL_XS], &font_lv_demo_high_res_roboto_medium_12); in init_fonts_md() 495 lv_style_set_text_line_space(&fonts[FONT_LABEL_XS], in init_fonts_md() 511 lv_style_set_text_font(&fonts[FONT_LABEL_XS], &font_lv_demo_high_res_roboto_medium_18); in init_fonts_lg() 512 lv_style_set_text_line_space(&fonts[FONT_LABEL_XS], in init_fonts_lg()
|
D | lv_demo_high_res_top_margin.c | 231 lv_obj_add_style(ssid, &c->fonts[FONT_LABEL_XS], 0); in create_wifi() 235 lv_obj_add_style(ip, &c->fonts[FONT_LABEL_XS], 0); in create_wifi() 266 lv_obj_add_style(lab1, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon() 279 lv_obj_add_style(lab2, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon() 282 lv_obj_add_style(lab3, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon()
|
D | lv_demo_high_res_private.h | 121 FONT_LABEL_XS, enumerator
|
D | lv_demo_high_res_app_thermostat.c | 138 lv_obj_add_style(label, &c->fonts[FONT_LABEL_XS], 0); in widget1_chart_label() 372 lv_obj_add_style(slider_label_left, &c->fonts[FONT_LABEL_XS], 0); in create_widget2() 378 lv_obj_add_style(slider_label_right, &c->fonts[FONT_LABEL_XS], 0); in create_widget2() 604 lv_obj_add_style(slider_pct_label, &c->fonts[FONT_LABEL_XS], 0); in create_widget3()
|
D | lv_demo_high_res_app_ev_charging.c | 284 lv_obj_add_style(total_spent_span, &c->fonts[FONT_LABEL_XS], 0); in create_widget1() 314 lv_obj_add_style(gas_equivalent_span, &c->fonts[FONT_LABEL_XS], 0); in create_widget1() 327 lv_obj_add_style(label, &c->fonts[FONT_LABEL_XS], 0); in widget2_chart_label()
|
D | lv_demo_high_res_app_smart_home.c | 375 lv_obj_add_style(slider_pct_label, &c->fonts[FONT_LABEL_XS], 0); in create_widget3() 472 lv_obj_add_style(slider_pct_label, &c->fonts[FONT_LABEL_XS], 0); in create_widget4()
|
D | lv_demo_high_res_app_smart_meter.c | 336 lv_obj_add_style(label, &c->fonts[FONT_LABEL_XS], 0); in widget23_chart_label()
|