Home
last modified time | relevance | path

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

/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c223 lv_obj_t * call_icn = lv_label_create(panel1); in profile_create() local
224 lv_obj_add_style(call_icn, &style_icon, 0); in profile_create()
225 lv_label_set_text(call_icn, LV_SYMBOL_CALL); in profile_create()
349 lv_obj_set_grid_cell(call_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 4, 1); in profile_create()
421 lv_obj_set_grid_cell(call_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 4, 1); in profile_create()
494 lv_obj_set_grid_cell(call_icn, LV_GRID_ALIGN_CENTER, 0, 1, LV_GRID_ALIGN_CENTER, 4, 1); in profile_create()