Skip to content

Commit e733da5

Browse files
committed
Renamed example to fit convention.
1 parent 49d438f commit e733da5

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

examples/trellism4_neopixel_toggle.py

Lines changed: 1 addition & 0 deletions
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)