I use LVGL's file system API, it work fine when i transform the img to bin file,but when i open png file directly,it display “nodata”.
I Initalize the decocer with lv_png_init() and add #define LV_PNG_USE_LV_FILESYSTEM 1.
It printf: ERROR 48:empty input buffer given to decoder. Maybe caused by non-existing file?