-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to decode GIF! #48
Comments
Help, please. esp-wroom-32 display gc9a01 |
Do some of your GIFs play, and the ones attached don’t? You can try reencoding gifs that don’t work using a tool like ezgif.com |
Did You tried to Open gif file in PC?
El dom., 2 de mar. de 2025 14:17, Louis Beaudoin ***@***.***>
escribió:
… Do some of your GIFs play, and the ones attached don’t? You can try
reencoding gifs that don’t work using a tool like ezgif.com
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIGUX6CHEZO3NW3G76OHA32SNKM7AVCNFSM6AAAAABYFPNCJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSHA3DMMJTGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: embedded-creations]*embedded-creations* left a comment
(pixelmatix/AnimatedGIFs#48)
<#48 (comment)>
Do some of your GIFs play, and the ones attached don’t? You can try
reencoding gifs that don’t work using a tool like ezgif.com
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIGUX6CHEZO3NW3G76OHA32SNKM7AVCNFSM6AAAAABYFPNCJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSHA3DMMJTGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is everything I've tried. None of them are displayed. The display works, text is displayed, but .gif files are not. |
Yes, it works |
void playGIF(const char* filename) {
if (gif.open(filename, GIFOpenFile, GIFCloseFile, GIFReadFile, GIFSeekFile, GIFDraw)) {
while (gif.playFrame(true, NULL)) {
}
gif.close();
} else {
showError("Failed to open GIF!");
}
}
The text was updated successfully, but these errors were encountered: