Png files from SPIFFS - I am stuck at the same point

I am using esp32 CYDisplay, I want show png image on screen , I am stuck at the same point like this post , I added my code and log output there in the topic below

ESP32 SPIFFS · Issue #6325 · lvgl/lvgl

any help please

Hi. Welcome to the community!

I have made an electronic voting machine with ESP32-S3 and ESP-IDF which displays images from sd card to the screen. Although I used bin file format for the images and sd card as storage it should be similar for png and spiffs.

You can check the project here: GitHub - giobauermeister/urna-esp32s3-lvgl: Electronic Voting Machine with ESP32-S3, ESP-IDF and LVGL (WIP)