Searched refs:EBIKE_FONT_SMALL (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_private.h | 28 #define EBIKE_FONT_SMALL &font_ebike_inter_20 macro 35 #define EBIKE_FONT_SMALL &font_ebike_inter_14
|
D | lv_demo_ebike_settings.c | 102 lv_obj_set_style_text_font(cont, EBIKE_FONT_SMALL, 0); in slider_create() 137 lv_obj_set_style_text_font(cont, EBIKE_FONT_SMALL, 0); in switch_create() 170 lv_obj_set_style_text_font(cont, EBIKE_FONT_SMALL, 0); in dropdown_create() 198 lv_obj_set_style_text_font(list, EBIKE_FONT_SMALL, 0); in dropdown_create()
|
D | lv_demo_ebike_stats.c | 158 lv_obj_set_style_text_font(btnm, EBIKE_FONT_SMALL, LV_PART_ITEMS); in tabs_create() 259 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in data_cont_create() 321 label_dsc.font = EBIKE_FONT_SMALL; in chart_draw_event_cb() 533 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in stat_card_create()
|
D | lv_demo_ebike_home.c | 166 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in info_box_create() 337 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in card_labels_create() 341 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in card_labels_create()
|