Possible with lvgl 8.4 to read assets with arduino sd library?

Hi,
before i try around…

I use lvgl 8.4 and ESP32S3 Board. I can read and write on SD-Card using the SD Library from Arduino. Works fine.

I try a lot to read assets from sd-card, even as png and also as binary from converter.
In the latest release it is directly possible but for now i use 8.4 and there is no real reason to update for me, because all other things works fine.

Question: Is the a way to use it or is the update to 9.2 a must for that?

Thanks in advance.

I don’t understand the question very well, but if you are good with version 8.4, then keep using it because in version lvgl 9, as far as I know, there are quite a few changes in functions, structures and lv_config, but it’s still worth a try if you want.

Finally i get it to work. With 8.4 and SD Library. If someone need help, ask me.