From 7217cb8b4303c2b9be06679cdc9f1b81b3d15903 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 3 Mar 2020 01:12:42 +0000 Subject: [PATCH] lower brightness --- control_pixel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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