Controlling the BlinkStick LED's in Python

Just wondering if there is a way to control the 8 LED’s on the BlinkStick Square manually in Python or any programming language.

Hi Harry and welcome to the Forums.
Take a look at this example: https://github.com/arvydas/blinkstick-python/wiki/BlinkStick-Pro%3A-Change-Color-of-a-Single-LED

I hope this is what you looking for.

Perfect - thanks for your help! :+1:

Also be sure to check out set_led_data. Definitely a great tool to have if you’re setting a bunch of LEDs at the same time.

Nice one! Thanks for helping me out! :ok_hand: