Searched refs:avatar (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.5.0/docs/others/ |
D | msg.md | 18 …e user name, and `MSG_USER_AVATAR_CHANGED` a `const void *` image source with the new avatar image.
|
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 209 lv_obj_t * avatar = lv_img_create(panel1); in profile_create() local 210 lv_img_set_src(avatar, &img_demo_widgets_avatar); in profile_create() 349 lv_obj_set_grid_cell(avatar, LV_GRID_ALIGN_CENTER, 0, 1, LV_GRID_ALIGN_CENTER, 0, 5); in profile_create() 422 lv_obj_set_grid_cell(avatar, LV_GRID_ALIGN_CENTER, 0, 1, LV_GRID_ALIGN_START, 0, 4); in profile_create() 496 lv_obj_set_grid_cell(avatar, LV_GRID_ALIGN_CENTER, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
|