Can I change an image source in the main loop?

Its happening in this line in the main loop:

lv_img_set_src(drinkLabel, "S:image02.bin");

But I’m pretty sure the problem is not changing the source, but the fact that I’m opening a second file using the File System that I implemented. I’m going take this topic back to my other post from yesterday and talk about it there.

I’ve done a few tests including changing around which images are opened first and second, when they’re opened (in setup or in loop). After trying to create two images in the setup, it crashed there as well, on the second image, which is why I think its the file system.