Searched refs:call_icn (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 228 lv_obj_t * call_icn = lv_label_create(panel1); in profile_create() local 229 lv_obj_add_style(call_icn, &style_icon, 0); in profile_create() 230 lv_label_set_text(call_icn, LV_SYMBOL_CALL); in profile_create() 354 lv_obj_set_grid_cell(call_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 4, 1); in profile_create() 427 lv_obj_set_grid_cell(call_icn, LV_GRID_ALIGN_CENTER, 2, 1, LV_GRID_ALIGN_CENTER, 4, 1); in profile_create() 501 lv_obj_set_grid_cell(call_icn, LV_GRID_ALIGN_CENTER, 0, 1, LV_GRID_ALIGN_CENTER, 4, 1); in profile_create()
|