LVGL cannot resolve libpng and FatFS
Posted: Tue Dec 10, 2024 8:38 am
Hello everyone!
I'm trying to make LVGL to show pictures from SD-card, and I need 2 libraries: libpng and FatFS.
LVGL (9.2.2) and espressif/libpng (^1.6.39~1) are managed components by idf_component, and FatFS comes from ESP-IDF.
When I activate option "PNG decoder (libpng) library" in 3rd-party libs of LVGL, the buidl fails due to LVGL cannot resolve <png.h>, which is in espressif/libpng.
And when I activate "File system on top of FatFS", LVGL cannot resolve "ff.h".
How to resolve these dependencies?
I'm trying to make LVGL to show pictures from SD-card, and I need 2 libraries: libpng and FatFS.
LVGL (9.2.2) and espressif/libpng (^1.6.39~1) are managed components by idf_component, and FatFS comes from ESP-IDF.
When I activate option "PNG decoder (libpng) library" in 3rd-party libs of LVGL, the buidl fails due to LVGL cannot resolve <png.h>, which is in espressif/libpng.
And when I activate "File system on top of FatFS", LVGL cannot resolve "ff.h".
How to resolve these dependencies?