From b32724eccb7854d7aa2a0f65faf2c8f112f8c2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 17:38:36 +0100 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 88cea6b..3f03042 100644 --- a/client/main.py +++ b/client/main.py @@ -17,7 +17,7 @@ LED_STRIP_PIN = board.D18 global LED_COUNT LED_COUNT = 30 global LEDS_PER_PIXEL -LEDS_PER_PIXEL = 5 +LEDS_PER_PIXEL = 1 # Global variables for LED strip control global strip