We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40abf65 commit 6239098Copy full SHA for 6239098
1 file changed
WS2801_LED_Menorah/code.py
@@ -17,7 +17,7 @@
17
# pixel setup
18
pixel_num = 9
19
pixel_offset = 2
20
-pixels = adafruit_ws2801.WS2801(board.SDA1, board.SCL1, pixel_num+pixel_offset, brightness=1,
+pixels = adafruit_ws2801.WS2801(board.SDA1, board.SCL1, pixel_num+pixel_offset, brightness=1,
21
auto_write=False)
22
23
pixel_prev = [128] * len(pixels)
0 commit comments