CircuitPython version
Adafruit CircuitPython 8.1.0beta0 on Adafruit Pyportal
Code/REPL
// Designed to decode images up to 480x320
Behavior
When gif is larger than screen, error occurs. Is this an exert? Should it throw an error or display the upper left portion of the gif?
Consider documenting on readthedocs compatibility with palletized colors vs. embedded colors. I tried reducing with a palette early on and it didn't take it. That's fine but should be documented. ezgif doesn't seem to match palette working options with those in code (rats). Maybe state that matching display and palette may make things go faster?
Consider documenting on readthedocs the max is 480x320 per the code. State if smaller GIFs than the defined display are ok and if so if they'll be in the upper left of displayio window. Throw error if > those dimensions
Description
No response
Additional information
No response
CircuitPython version
Code/REPL
Behavior
When gif is larger than screen, error occurs. Is this an exert? Should it throw an error or display the upper left portion of the gif?
Consider documenting on readthedocs compatibility with palletized colors vs. embedded colors. I tried reducing with a palette early on and it didn't take it. That's fine but should be documented. ezgif doesn't seem to match palette working options with those in code (rats). Maybe state that matching display and palette may make things go faster?
Consider documenting on readthedocs the max is 480x320 per the code. State if smaller GIFs than the defined display are ok and if so if they'll be in the upper left of displayio window. Throw error if > those dimensions
Description
No response
Additional information
No response