Home
last modified time | relevance | path

Searched refs:FONT_LABEL_SM (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c178 lv_obj_add_style(outdoor_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1()
260 lv_obj_add_style(h_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget_charging()
265 lv_obj_add_style(time_to_full_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget_charging()
319 lv_obj_add_style(bottom_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2()
353 lv_obj_add_style(song_title, &c->fonts[FONT_LABEL_SM], 0); in create_widget3()
357 lv_obj_add_style(song_artist, &c->fonts[FONT_LABEL_SM], 0); in create_widget3()
449 lv_obj_add_style(temperature_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget4()
452 lv_obj_add_style(temperature_value_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget4()
Dlv_demo_high_res_app_ev_charging.c260 lv_obj_add_style(estimated_values_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1()
278 lv_obj_add_style(saved_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1()
412 lv_obj_add_style(charged_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2()
425 lv_obj_add_style(charged_amount_kwh, &c->fonts[FONT_LABEL_SM], 0); in create_widget2()
434 lv_obj_add_style(spent_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2()
466 lv_obj_add_style(label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3_info()
477 lv_obj_add_style(label_unit, &c->fonts[FONT_LABEL_SM], 0); in create_widget3_info()
542 lv_obj_add_style(charging_status_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3()
Dlv_demo_high_res_app_smart_meter.c179 lv_obj_add_style(daily_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part()
192 lv_obj_add_style(daily_kwh_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part()
202 lv_obj_add_style(weekly_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part()
215 lv_obj_add_style(weekly_kwh_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part()
419 lv_obj_add_style(date_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2()
431 lv_obj_add_style(amount_kwh, &c->fonts[FONT_LABEL_SM], 0); in create_widget2()
592 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3_stat()
604 lv_obj_add_style(kwh_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3_stat()
610 lv_obj_add_style(detail_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3_stat()
Dlv_demo_high_res_app_thermostat.c214 lv_obj_add_style(consumed_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1()
226 lv_obj_add_style(amount_kwh, &c->fonts[FONT_LABEL_SM], 0); in create_widget1()
267 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2_value()
272 lv_obj_add_style(range_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2_value()
425 lv_obj_add_style(label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3_setting()
568 lv_obj_add_style(current_temperature_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3()
588 lv_obj_add_style(fan_speed_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget3()
Dlv_demo_high_res_top_margin.c83 lv_obj_add_style(date_label, &c->fonts[FONT_LABEL_SM], 0); in lv_demo_high_res_top_margin_create()
88 lv_obj_add_style(time_label, &c->fonts[FONT_LABEL_SM], 0); in lv_demo_high_res_top_margin_create()
348 lv_obj_add_style(label, &c->fonts[FONT_LABEL_SM], 0); in create_setting_label_cont()
Dlv_demo_high_res_private.h122 FONT_LABEL_SM, enumerator
Dlv_demo_high_res_util.c481 lv_style_set_text_font(&fonts[FONT_LABEL_SM], &font_lv_demo_high_res_roboto_medium_11); in init_fonts_sm()
498 lv_style_set_text_font(&fonts[FONT_LABEL_SM], &font_lv_demo_high_res_roboto_medium_16); in init_fonts_md()
515 lv_style_set_text_font(&fonts[FONT_LABEL_SM], &font_lv_demo_high_res_roboto_medium_24); in init_fonts_lg()
Dlv_demo_high_res_home.c186 lv_obj_add_style(theme_label, &c->fonts[FONT_LABEL_SM], 0); in lv_demo_high_res_home()