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