diff --git a/control_pixel.py b/control_pixel.py index 99ef7e2..54a58b4 100644 --- a/control_pixel.py +++ b/control_pixel.py @@ -4,4 +4,4 @@ pixels = neopixel.NeoPixel(board.D18, 24) def ledOff(): pixels.fill((0,0,0)) def ledOn(): - pixels.fill((180,200,180)) \ No newline at end of file + pixels.fill((50,50,50)) \ No newline at end of file