We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a3e43 commit d408102Copy full SHA for d408102
adafruit_led_animation/animation/sparklepulse.py
@@ -74,6 +74,7 @@ def __init__(
74
self._half_period = period / 2
75
self._position_factor = 1 / self._half_period
76
self._bpp = len(pixel_object[0])
77
+ # Handle dotstars
78
if self._bpp == 4 and isinstance(pixel_object[0][3], float):
79
self._bpp = 3
80
self._last_update = monotonic_ns()
0 commit comments