Skip to content

Commit eb77a76

Browse files
Update adafruit_pybadger.py
1 parent afd58de commit eb77a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pybadger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self, i2c=None, *, pixels_brightness=1.0):
117117
# Count is hardcoded - should be based on board ID, currently no board info for PyBadge LC
118118
neopixel_count = 5
119119
self._neopixels = neopixel.NeoPixel(board.NEOPIXEL, neopixel_count,
120-
brightness=pixels_brightness, pixel_order=neopixel.GRB)
120+
brightness=pixels_brightness, pixel_order=neopixel.GRB)
121121

122122
# Auto dim display based on movement
123123
self._last_accelerometer = None

0 commit comments

Comments
 (0)