We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4984361 commit 1891d05Copy full SHA for 1891d05
1 file changed
NeoPixel_Badge_Lanyard/code.py
@@ -111,6 +111,6 @@ def set_palette(palette):
111
elif packet.button == ButtonPacket.DOWN:
112
offset_increment -= 1
113
114
- if cycling:
+ if cycling:
115
offset = (offset + offset_increment) % OFFSET_MAX
116
set_palette(palette_choice)
0 commit comments