Skip to content

Commit f647b7d

Browse files
author
Melissa LeBlanc-Williams
committed
Merge branch 'dotstar'
2 parents 0e89386 + 5b83b2e commit f647b7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_featherwing/dotstar_featherwing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def __init__(self, clock=board.D13, data=board.D11, brightness=0.2):
4747
"""
4848
self.rows = 6
4949
self.columns = 12
50-
self._brightness = brightness
5150
self._auto_write = True
5251
self._dotstar = dotstar.DotStar(clock, data, self.rows * self.columns,
5352
brightness=self._brightness, auto_write=False)

0 commit comments

Comments
 (0)