lvgl / lv_lib_png

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

Update lodepng to 20201017 release #14

Closed alsaleem00 closed 3 years ago

alsaleem00 commented 3 years ago

I replaced lodepng.h/.c files with the newest release (20201017). I applied the same changes that were done to old lodepng (very few!) for lv_lib_png use.

The new lodepng release saves about 40KB of memory allocation (tested on 128x128pixel file).

Regards,

kisvegabor commented 3 years ago

I've also tested it and worked well. Thank you very much for the update!