We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec94ae commit f4ef0ddCopy full SHA for f4ef0dd
1 file changed
Neopixel_Badge_Lanyard/code.py
@@ -103,6 +103,6 @@ def set_palette(palette):
103
elif packet.button == ButtonPacket.DOWN:
104
offset_increment -= 1
105
106
- if cycling:
+ if cycling:
107
offset = (offset + offset_increment) % OFFSET_MAX
108
set_palette(palette_choice)
0 commit comments