File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 56
56
fancy .CRGB (0 , 0 , 0 ),
57
57
fancy .CRGB (200 , 40 , 0 )]
58
58
59
- # Declare a NeoPixel object on NEOPIXEL_PIN with NUM_LEDS pixels,
59
+ # Declare a NeoPixel object on NEOPIXEL_PIN with NUM_LEDS pixels,
60
60
# no auto-write.
61
61
# Set brightness to max because we'll be using FancyLED's brightness control.
62
62
ring = neopixel .NeoPixel (RING_PIN , NUM_LEDS , brightness = 1.0 , auto_write = False )
@@ -139,7 +139,7 @@ def set_palette(palette):
139
139
elif packet .button == ButtonPacket .DOWN :
140
140
offset_increment -= 1
141
141
142
- # Whether or not we're connected via Bluetooth,
142
+ # Whether or not we're connected via Bluetooth,
143
143
# we also want to handle touch inputs.
144
144
if touch_A2 .value :
145
145
cycling = True
@@ -160,4 +160,3 @@ def set_palette(palette):
160
160
# offset_increment += 1
161
161
# if touch_TX.value:
162
162
# offset_increment -= 1
163
-
You can’t perform that action at this time.
0 commit comments