How to use SPIFFS with lv_arduino on ESP32?

Have anyone an example to use SPIFFS with lvlg?
How can i use pictures from SPIFFS?

I think @TridentTD may have implemented this.

Sorry, I can’t do anything with that.

Have you tried something already? I’m using the esp32 micro but haven’t used SPIFFS with it, there are lots of arduino examples online, some of them:

I have tried this: https://github.com/Bodmer/TJpg_Decoder
and this: https://github.com/Bodmer/TFT_eSPI/tree/master/examples/Generic/TFT_SPIFFS_BMP

but i need an drv for lvgl to use it for Buttons or Background.

If you’re familiar with the SPIFFS API it shouldn’t be too difficult to put together a driver based on this template. If all you’re looking to do is read images, you only need a few of the callbacks implemented.