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 5656 fancy .CRGB (0 , 0 , 0 ),
5757 fancy .CRGB (200 , 40 , 0 )]
5858
59- # Declare a NeoPixel object on NEOPIXEL_PIN with NUM_LEDS pixels,
59+ # Declare a NeoPixel object on NEOPIXEL_PIN with NUM_LEDS pixels,
6060# no auto-write.
6161# Set brightness to max because we'll be using FancyLED's brightness control.
6262ring = neopixel .NeoPixel (RING_PIN , NUM_LEDS , brightness = 1.0 , auto_write = False )
@@ -139,7 +139,7 @@ def set_palette(palette):
139139 elif packet .button == ButtonPacket .DOWN :
140140 offset_increment -= 1
141141
142- # Whether or not we're connected via Bluetooth,
142+ # Whether or not we're connected via Bluetooth,
143143 # we also want to handle touch inputs.
144144 if touch_A2 .value :
145145 cycling = True
@@ -160,4 +160,3 @@ def set_palette(palette):
160160# offset_increment += 1
161161# if touch_TX.value:
162162# offset_increment -= 1
163-
You can’t perform that action at this time.
0 commit comments