Home
last modified time | relevance | path

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

/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c221 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create() local
222 lv_obj_add_style(email_icn, &style_icon, 0); in profile_create()
223 lv_label_set_text(email_icn, LV_SYMBOL_ENVELOPE); in profile_create()
352 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()
426 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 2, 1); in profile_create()
499 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 0, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()