Releases: bitbank2/AnimatedGIF
Releases · bitbank2/AnimatedGIF
Added mono OLED sample
Added a monochrome OLED sample for ESP32.
More examples + bug fixes
This release adds a few more examples and fixed the draw callback to support the "revert to background" frame disposal method.
Initial Release
AnimatedGIF is a universal GIF player designed to run on low memory microcontrollers. It includes an optimized LZW decoder written in portable C with a set of callback functions which allows it to run on virtually any system. Images can come from memory or files and displayed on any output device.