Skip to content

Releases: bitbank2/AnimatedGIF

Added mono OLED sample

06 Aug 15:34
635a89d
Compare
Choose a tag to compare

Added a monochrome OLED sample for ESP32.

More examples + bug fixes

30 Jul 20:19
890f81a
Compare
Choose a tag to compare

This release adds a few more examples and fixed the draw callback to support the "revert to background" frame disposal method.

Initial Release

27 Jul 03:05
Compare
Choose a tag to compare

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.