Skip to content

Commit 48aef5c

Browse files
committed
Removing color set as it is irrelevant.
1 parent 9696ddd commit 48aef5c

File tree

1 file changed

+0
-2
lines changed
  • Circuit_Playground_Bluefruit_NeoPixel_Controller

1 file changed

+0
-2
lines changed

Circuit_Playground_Bluefruit_NeoPixel_Controller/Receiver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@
2828

2929
# Setup for comet animation
3030
COMET_SPEED = 0.03 # Lower numbers increase the animation speed
31-
COMET_INITIAL_COLOR = color.MAGENTA # Color before controller is connected
3231
CPB_COMET_TAIL_LENGTH = 5 # The length of the comet on the Circuit Playground Bluefruit
3332
STRIP_COMET_TAIL_LENGTH = 15 # The length of the comet on the NeoPixel strip
3433
CPB_COMET_BOUNCE = False # Set to True to make the comet "bounce" the opposite direction on CPB
3534
STRIP_COMET_BOUNCE = True # Set to False to stop comet from "bouncing" on NeoPixel strip
3635

3736
# Setup for sparkle animation
3837
SPARKLE_SPEED = 0.03 # Lower numbers increase the animation speed
39-
SPARKLE_INITIAL_COLOR = color.PURPLE # Color before controller is connected
4038

4139
# Create the NeoPixel strip
4240
strip_pixels = neopixel.NeoPixel(board.A1, STRIP_PIXEL_NUMBER, auto_write=False)

0 commit comments

Comments
 (0)