Skip to content

Example: Set random color

arvydas edited this page Apr 15, 2013 · 3 revisions
from blinkstick import blinkstick

for bstick in blinkstick.find_all():
    bstick.set_random_color()
    print bstick.get_serial() + " " + bstick.get_color(color_format="hex")
Clone this wiki locally