Closed rickpeters closed 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?
Just send color #000000 black to the channel and it will turn it off.
stupid me 😂 works like a charm, why didn't I think of that. Thanks very much for the quick reply 👍
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?