Searched refs:password_label (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 266 lv_obj_t * password_label = lv_label_create(panel2); in profile_create() local 267 lv_label_set_text(password_label, "Password"); in profile_create() 268 lv_obj_add_style(password_label, &style_text_muted, 0); in profile_create() 360 lv_obj_set_grid_cell(password_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 2, 1); in profile_create() 431 lv_obj_set_grid_cell(password_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 4, 1); in profile_create() 503 lv_obj_set_grid_cell(password_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 4, 1); in profile_create()
|