效果:void lvgl_gif_demo(){lv_obj_t* gif = lv_gif_create(lv_scr_act());lv_gif_set_src(gif,"P:/example.gif");lv_obj_align(gif,LV_ALIGN_CENTER,0,0);}