Home
last modified time | relevance | path

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

/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c257 lv_obj_t * user_name_label = lv_label_create(panel2); in profile_create() local
258 lv_label_set_text(user_name_label, "User name"); in profile_create()
259 lv_obj_add_style(user_name_label, &style_text_muted, 0); in profile_create()
358 lv_obj_set_grid_cell(user_name_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 2, 1); in profile_create()
429 lv_obj_set_grid_cell(user_name_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 2, 1); in profile_create()
501 lv_obj_set_grid_cell(user_name_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 2, 1); in profile_create()