Any gif can't show

Description

What MCU/Processor/Board and compiler are you using?

esp32 s3

What LVGL version are you using?

v8

What do you want to achieve?

What have you tried so far?

Code to reproduce

i’am using this code but not showing gif.

if enable debug print “couldn’t load file” error but i 'm using default lvgl “bubble.gif” always open and showing not problem .

The code block(s) should be formatted like:

  lv_obj_t *amg = lv_gif_create(lv_scr_act());
    /* Assuming a File system is attached to letter 'A'
     * E.g. set LV_USE_FS_STDIO 'A' in lv_conf.h */
    lv_gif_set_src(amg, "F:/images/amk.gif");
    lv_obj_align(amg, NULL, 10, 10);

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.