Addressing multiple LEDs simultaneously

Hi all

I have a Square and I was wondering if the device is capable of addressing in all LEDS at once, or if I have to do each in turn?

Say I have all LEDS green and want to morph them to red - do I have to do each one in order?

BlinkStick Square and Strip has mode 3 which sets color to all LEDs at once by using a single SetColor function call. Which API implementation are you using? I should be able to provide you with some sample code to accomplish this.

hi arvydas, thanks for the reply! Right, I wasn’t aware of that - I’m using Python at the moment.

Thanks!