Skip to content

Fix FS.h error and add early exit option to DRAW callback

Choose a tag to compare

@bitbank2 bitbank2 released this 20 Dec 20:26
· 133 commits to master since this release
a7309b8

This release adds the ability to cleanly stop decoding an image at an arbitrary point of the decode. Let's say that an image is too large for your display and only a portion can be displayed; the DRAW callback can now return 0/false to indicate that decoding should stop.

Also in this release is a compiler fix for ESP32 relating to the inclusion of FS.h for SD card access