GIF playback with ESP32 not working (System restarts within a minute)

I’m currently testing the WT32-SC01 board with the LVGL library.

I used this git repository to set up the code: https://github.com/lvgl/lv_port_esp32.

The example ran successfully after using the SDKConfig to set up the touch driver and the TFT driver.

I used LVGL’s own gif library to start with: https://github.com/lvgl/lv_lib_gif.

The master branch wouldn’t compile with the example’s LVGL library, so we had to switch to the release/v7 branch of “lv_lib_gif”. However, when using the example GIF using the provided C include file, the animation does not start, and the ESP32 restarts after a minute.

LVGL’s version is v7.11

Any help ?