lvgl / lv_lib_png

PNG decoder for LVGL
MIT License
66 stars 26 forks source link

Update lv_png.c #17

Closed ali-rostami closed 3 years ago

ali-rostami commented 3 years ago

fix the compile error base on the lvgl v8.

fvanroie commented 3 years ago

This library now breaks on v7. Maybe it would be possible to include a macro for backwards compatibility?

kisvegabor commented 3 years ago

I've created the release/v7 branch from the last v7 related commit.

fvanroie commented 3 years ago

Great, thanks!