We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c5574 commit 44dbda0Copy full SHA for 44dbda0
Adabot_RP2040_Prop-Maker_Feather/code.py
@@ -72,7 +72,7 @@ def open_audio(num):
72
73
PIXELS = neopixel.NeoPixel(PIXEL_PIN, NUM_PIXELS, auto_write=False,
74
pixel_order=ORDER)
75
-LARSON = Comet(PIXELS, bounce=True, speed=0.7,
+LARSON = Comet(PIXELS, bounce=True, speed=0.07,
76
tail_length=NUM_PIXELS//2,
77
color=(BLUE[0] * BRIGHTNESS,
78
BLUE[1] * BRIGHTNESS,
0 commit comments