Skip to content

Commit 6a10d24

Browse files
committed
revert previous turn-off fix; was caused by _led_buffer size
1 parent bfe3264 commit 6a10d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/trellis_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Turn off every LED, one at a time
4141
print('Turning off each LED, one at a time...')
42-
for i in range(15,-1,-1):
42+
for i in range(15,0,-1):
4343
trellis.led[i] = False
4444
time.sleep(.1)
4545

0 commit comments

Comments
 (0)