removed rgbw and added rgb

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 14:13:33 +01:00
parent b9bc26c34f
commit 4aea8157de
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ LEDS_PER_PIXEL = 5
# Global variables for LED strip control
global strip
strip = neopixel.NeoPixel(pin = board.D18, n = LED_COUNT, auto_write = True, pixel_order = neopixel.RGBW)
strip = neopixel.NeoPixel(pin = board.D18, n = LED_COUNT, auto_write = True, pixel_order = neopixel.RGB)
strip.auto_write = True
def register_tube():