adafruit / Adafruit_CircuitPython_RGB_Display

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

Add missing time import in example #52

Closed Johennes closed 4 years ago

Johennes commented 4 years ago

When copy/pasted, the example otherwise doesn't run due to the usage of time.sleep in the code.

Johennes commented 4 years ago

This is a tiny issue I discovered along the way. It seemed simple and obvious enough to send a pull request without opening an issue first. Hope that's alright.