Skip to content

Commit 44dbda0

Browse files
committed
larson speed
1 parent b0c5574 commit 44dbda0

File tree

1 file changed

+1
-1
lines changed
  • Adabot_RP2040_Prop-Maker_Feather

1 file changed

+1
-1
lines changed

Adabot_RP2040_Prop-Maker_Feather/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def open_audio(num):
7272

7373
PIXELS = neopixel.NeoPixel(PIXEL_PIN, NUM_PIXELS, auto_write=False,
7474
pixel_order=ORDER)
75-
LARSON = Comet(PIXELS, bounce=True, speed=0.7,
75+
LARSON = Comet(PIXELS, bounce=True, speed=0.07,
7676
tail_length=NUM_PIXELS//2,
7777
color=(BLUE[0] * BRIGHTNESS,
7878
BLUE[1] * BRIGHTNESS,

0 commit comments

Comments
 (0)