Searched refs:user_name_label (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.5.0/docs/others/ |
D | msg.md | 57 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/ |
D | lv_demo_widgets.c | 262 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()
|