We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bf81b commit b3f315bCopy full SHA for b3f315b
examples/ws2801_simpletest.py
@@ -20,6 +20,7 @@
20
21
######################### HELPERS ##############################
22
23
+
24
# a random color 0 -> 224
25
def random_color():
26
return random.randrange(0, 7) * 32
0 commit comments