Skip to content

Commit 6239098

Browse files
authored
Update code.py
1 parent 40abf65 commit 6239098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WS2801_LED_Menorah/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# pixel setup
1818
pixel_num = 9
1919
pixel_offset = 2
20-
pixels = adafruit_ws2801.WS2801(board.SDA1, board.SCL1, pixel_num+pixel_offset, brightness=1,
20+
pixels = adafruit_ws2801.WS2801(board.SDA1, board.SCL1, pixel_num+pixel_offset, brightness=1,
2121
auto_write=False)
2222

2323
pixel_prev = [128] * len(pixels)

0 commit comments

Comments
 (0)