From 5c749c6c772925da9b69ea6f5be8b641d941a750 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 4 Dec 2022 13:39:15 +0100 Subject: Merge in upstream --- NeoRuntime/builtin/strandtest/script.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'NeoRuntime/builtin') diff --git a/NeoRuntime/builtin/strandtest/script.py b/NeoRuntime/builtin/strandtest/script.py index 50bac1e..bee2c94 100644 --- a/NeoRuntime/builtin/strandtest/script.py +++ b/NeoRuntime/builtin/strandtest/script.py @@ -60,10 +60,7 @@ def theaterChaseRainbow(wait_ms=50): class Main(NeoBehaviour): def on_start(self): - colorWipe(*(255, 0, 0)) # Red wipe - colorWipe(*(0, 255, 0)) # Blue wipe - colorWipe(*(0, 0, 255)) # Green wipe - + # Do an endless loop with some default ixel test patterns while True: theaterChase(*(127, 127, 127)) # White theater chase theaterChase(*(127, 0, 0)) # Red theater chase -- cgit v1.2.3