Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Renamed example to fit convention.
  • Loading branch information
kattni committed Nov 12, 2018
commit e733da51202487880b7a0606350198a2d9d9044c
1 change: 1 addition & 0 deletions examples/trellism4_neopixel_toggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def wheel(pos):

for press in pressed - current_press:
x, y = press

if not led_on[x][y]:
print("Turning on:", press)
pixel_index = ((x + (y * 8)) * 256 // 32)
Expand Down