From a8a88193078584f6c8d3ede94c0c5cd038d6fb2f Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 24 Mar 2024 23:36:02 +0100 Subject: [PATCH] Updated timings --- rgb_rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rgb_rainbow.py b/rgb_rainbow.py index 57cda22..754c7d3 100755 --- a/rgb_rainbow.py +++ b/rgb_rainbow.py @@ -9,7 +9,7 @@ from rpi_ws281x import Adafruit_NeoPixel, Color # NeoPixel configuration PIN_NEO_PIXEL = 18 NUM_PIXELS = 24 -DELAY_INTERVAL = 0.001 +DELAY_INTERVAL = 0.0042 # Create NeoPixel object NeoPixel = Adafruit_NeoPixel(NUM_PIXELS, PIN_NEO_PIXEL)