adafruit / Adafruit_CircuitPython_RGB_Display

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

Fix Pillow resampling change in rgb_display_pillow_animated_gif.py #106

Closed nerdcorenet closed 2 years ago

nerdcorenet commented 2 years ago

Pillow has deprecated use of "Image.NEAREST" for resampling method

https://github.com/python-pillow/Pillow/blob/main/docs/deprecations.rst#constants

This fixes the resampling call in rgb_display_pillow_animated_gif.py

nerdcorenet commented 2 years ago

You are right, I was rushing. Sorry. This should be corrected now.