You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load a GIF file from an SD card on a Teensy 4.1 and display it on a SMARTMATRIX_HUB75_16ROW_MOD8SCAN 448x16 matrix.
I'm using an AnimatedGifsTest example. I tried two configurations:
I've found out that the library supports gifs with the maximum size of 480x320. Is there any simple hack to swap the maximum width and height of supported gifs?
GifDecoder uses the AnimatedGIF library, which sets the maximum width. You may be able to change this constant in the library to increase the width, at the cost of more memory used:
I'm trying to load a GIF file from an SD card on a Teensy 4.1 and display it on a SMARTMATRIX_HUB75_16ROW_MOD8SCAN 448x16 matrix.
I'm using an AnimatedGifsTest example. I tried two configurations:
and
Both produced the same results. Here's the serial output:
1.gif
has a size of 319x161.2.gif
has a size of 320x16Is there anything i could do to load a larger GIF?
The text was updated successfully, but these errors were encountered: