Skip to content

Example: Set random color

towlerj edited this page May 8, 2020 · 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