Skip to content

Commit 73eeaec

Browse files
authored
Merge pull request #13 from kattni/example-rename
Renamed example to fit convention.
2 parents 7c6103e + e733da5 commit 73eeaec

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

examples/trellism4_neopixel_toggle.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def wheel(pos):
3131

3232
for press in pressed - current_press:
3333
x, y = press
34+
3435
if not led_on[x][y]:
3536
print("Turning on:", press)
3637
pixel_index = ((x + (y * 8)) * 256 // 32)

0 commit comments

Comments
 (0)