Searched refs:password_label (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 271 lv_obj_t * password_label = lv_label_create(panel2); in profile_create() local 272 lv_label_set_text(password_label, "Password"); in profile_create() 273 lv_obj_add_style(password_label, &style_text_muted, 0); in profile_create() 365 lv_obj_set_grid_cell(password_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 2, 1); in profile_create() 437 lv_obj_set_grid_cell(password_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 4, 1); in profile_create() 510 lv_obj_set_grid_cell(password_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 4, 1); in profile_create()
|