Skip to content

Commit d2c8c54

Browse files
authored
Swap colours to correct a comment
1 parent 88402d6 commit d2c8c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/strandtest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ def theaterChaseRainbow(strip, wait_ms=50):
105105
while True:
106106
print('Color wipe animations.')
107107
colorWipe(strip, Color(255, 0, 0)) # Red wipe
108-
colorWipe(strip, Color(0, 255, 0)) # Blue wipe
109-
colorWipe(strip, Color(0, 0, 255)) # Green wipe
108+
colorWipe(strip, Color(0, 255, 0)) # Green wipe
109+
colorWipe(strip, Color(0, 0, 255)) # Blue wipe
110110
print('Theater chase animations.')
111111
theaterChase(strip, Color(127, 127, 127)) # White theater chase
112112
theaterChase(strip, Color(127, 0, 0)) # Red theater chase

0 commit comments

Comments
 (0)