Hi there,
I understand that I can let the stick light up by using the Python code
bstick.blink(name=“red”)
But how do I select the individual LEDs on a BlinkStick Square or Strip?
Is it the same as with the Pro, i.e.
bstick.set_color(channel=0, index=12, name=“red”)
Would be nice to see some examples.