Searched refs:email_icn (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 216 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create() local 217 lv_obj_add_style(email_icn, &style_icon, 0); in profile_create() 218 lv_label_set_text(email_icn, LV_SYMBOL_ENVELOPE); in profile_create() 347 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create() 420 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 2, 1); in profile_create() 492 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 0, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()
|