Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c239 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create() local
240 lv_obj_add_style(email_icn, &style_icon, 0); in profile_create()
241 lv_label_set_text(email_icn, LV_SYMBOL_ENVELOPE); in profile_create()
369 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()
440 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 2, 1); in profile_create()
511 lv_obj_set_grid_cell(email_icn, LV_GRID_ALIGN_CENTER, 0, 1, LV_GRID_ALIGN_CENTER, 3, 1); in profile_create()