Skip to content
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

Open
Dogma5203 opened this issue Mar 2, 2025 · 5 comments
Open

Failed to decode GIF! #48

Dogma5203 opened this issue Mar 2, 2025 · 5 comments

Comments

@Dogma5203
Copy link

Dogma5203 commented Mar 2, 2025

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!");
}
}

Image
Image
Image
Image
Image
Image

@Dogma5203
Copy link
Author

Help, please. esp-wroom-32 display gc9a01

@embedded-creations
Copy link
Contributor

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

@davemaster
Copy link

davemaster commented Mar 2, 2025 via email

@Dogma5203
Copy link
Author

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

This is everything I've tried. None of them are displayed. The display works, text is displayed, but .gif files are not.

@Dogma5203
Copy link
Author

Вы пробовали открыть gif-файл на ПК? Дом., 2 марта 2025 г. 14:17, Louis Beaudoin @.***> escribió:

Yes, it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants