File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Circuit_Playground_Bluefruit_NeoPixel_Controller Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
# Setup for comet animation
30
30
COMET_SPEED = 0.03 # Lower numbers increase the animation speed
31
- COMET_INITIAL_COLOR = color .MAGENTA # Color before controller is connected
32
31
CPB_COMET_TAIL_LENGTH = 5 # The length of the comet on the Circuit Playground Bluefruit
33
32
STRIP_COMET_TAIL_LENGTH = 15 # The length of the comet on the NeoPixel strip
34
33
CPB_COMET_BOUNCE = False # Set to True to make the comet "bounce" the opposite direction on CPB
35
34
STRIP_COMET_BOUNCE = True # Set to False to stop comet from "bouncing" on NeoPixel strip
36
35
37
36
# Setup for sparkle animation
38
37
SPARKLE_SPEED = 0.03 # Lower numbers increase the animation speed
39
- SPARKLE_INITIAL_COLOR = color .PURPLE # Color before controller is connected
40
38
41
39
# Create the NeoPixel strip
42
40
strip_pixels = neopixel .NeoPixel (board .A1 , STRIP_PIXEL_NUMBER , auto_write = False )
You can’t perform that action at this time.
0 commit comments