testing pixel order shit again

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 15:08:28 +01:00
parent ed56ee2050
commit b42f850e03
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 variables for LED strip control
global strip global strip
strip = neopixel.NeoPixel(pin = board.D18, n = LED_COUNT, auto_write = False, pixel_order = "GRB") strip = neopixel.NeoPixel(pin = board.D18, n = LED_COUNT, auto_write = False, pixel_order = neopixel.GRB)
def register_tube(): def register_tube():
# Register or reauthenticate the tube with the server # Register or reauthenticate the tube with the server