From 2dd02c32017e6ce4ee6c61468599c5da9cb3d815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 8 Nov 2021 21:47:32 +0100 Subject: [PATCH] Update test.py --- test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.py b/test.py index 6461f3b..75ebd95 100644 --- a/test.py +++ b/test.py @@ -53,8 +53,8 @@ if __name__ == '__main__': try: while True: - blink(strip, Color(255,0,0), Color(255,255,255)) - setColor(strip, Color(255,0,0)) - rainbowCycle(strip) + #blink(strip, Color(255,0,0), Color(255,255,255)) + #setColor(strip, Color(255,0,0)) + #rainbowCycle(strip) except KeyboardInterrupt: setColor(strip, Color(0,0,0)) \ No newline at end of file