adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
133 stars 52 forks source link

Allow for other paths in rgb_display_pillow_animated_gif.py #104

Closed nerdcorenet closed 2 years ago

nerdcorenet commented 2 years ago

This concatenates the path defined by the user in the object instantiation of AnimatedGif in rgb_display_pillow_animated_gif.py to allow the files to be stored outside the current working directory.