Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c335 lv_obj_t * hard_working_label = lv_label_create(panel3); in profile_create() local
336 lv_label_set_text(hard_working_label, "Hard-working"); in profile_create()
337 lv_obj_add_style(hard_working_label, &style_text_muted, 0); in profile_create()
394 … lv_obj_set_grid_cell(hard_working_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create()
463 … lv_obj_set_grid_cell(hard_working_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 4, 1); in profile_create()
534 … lv_obj_set_grid_cell(hard_working_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 4, 1); in profile_create()