added some more test

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 05:14:29 +01:00
parent 8968b5f612
commit 108e5b15d1
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 = Adafruit_NeoPixel(LED_COUNT, 18, 800000, 5, False, 255, 0, ws.2812b)
strip = Adafruit_NeoPixel(LED_COUNT, 18, 800000, 5, False, 255, 0, ws.2812B_STRIP_RGB)
strip.begin()
def register_tube():