Searched refs:hard_working_label (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 317 lv_obj_t * hard_working_label = lv_label_create(panel3); in profile_create() local 318 lv_label_set_text(hard_working_label, "Hard-working"); in profile_create() 319 lv_obj_add_style(hard_working_label, &style_text_muted, 0); in profile_create() 378 … lv_obj_set_grid_cell(hard_working_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create() 449 … lv_obj_set_grid_cell(hard_working_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 4, 1); in profile_create() 522 … lv_obj_set_grid_cell(hard_working_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 4, 1); in profile_create()
|