arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Blinkstick Nano turn off led 1 (bottom) #65

Closed rickpeters closed 4 years ago

rickpeters commented 4 years ago

I can use led 1 and led 0 om my blinkstick nano, however I cannot find a way to use turn_off() on led 1. I tried looping through leds with find_all() but this only finds led 0. Am I missing something?

arvydas commented 4 years ago

Just send color #000000 black to the channel and it will turn it off.

rickpeters commented 4 years ago

stupid me 😂 works like a charm, why didn't I think of that. Thanks very much for the quick reply 👍