Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c34 const lv_image_dsc_t * icon_img_dsc, app_cb_t app_cb);
237 const lv_image_dsc_t * icon_img_dsc, app_cb_t app_cb) in app_card_create() argument
239 if(icon_img_dsc == NULL) return; in app_card_create()
256 lv_obj_set_size(icon, icon_img_dsc->header.w, icon_img_dsc->header.h); in app_card_create()
258 lv_image_set_src(icon, icon_img_dsc); in app_card_create()