Closed jhgoebbert closed 6 years ago
Did you have a problem with this happening, since there's a blinkt.clear()
at the end of the while loop, here: https://github.com/jhgoebbert/blinkt/blob/e2182a434c9d9893e3e12e6c01bb3b972a9b100d/examples/candle.py#L36 which should suffice?
Calling clear() before setting the pixels again. Without this clear() all pixels are turned on and nothing more.