adafruit / Adafruit_CircuitPython_RGB_Display

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

Slight performance improvement to animated gif player #62

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

I had this idea today to use time.monotonic() instead of time.sleep() to take into account the load time of the image and this seems to be slightly better.