Home
last modified time | relevance | path

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

/lvgl-3.5.0/docs/others/
Dmsg.md57 lv_obj_add_event_cb(user_name_label, user_name_label_event_cb, LV_EVENT_MSG_RECEIVED, NULL);
58 lv_msg_subsribe_obj(MSG_USER_NAME_CHANGED, user_name_label, NULL);
/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c262 lv_obj_t * user_name_label = lv_label_create(panel2); in profile_create() local
263 lv_label_set_text(user_name_label, "User name"); in profile_create()
264 lv_obj_add_style(user_name_label, &style_text_muted, 0); in profile_create()
363 lv_obj_set_grid_cell(user_name_label, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 2, 1); in profile_create()
435 lv_obj_set_grid_cell(user_name_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 2, 1); in profile_create()
508 lv_obj_set_grid_cell(user_name_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 2, 1); in profile_create()