blinkstick-python icon indicating copy to clipboard operation
blinkstick-python copied to clipboard

BlinkStick Python interface to control devices connected to the computer

Results 57 blinkstick-python issues
Sort by recently updated
recently updated
newest added

I have followed the instructions to install blinkstick sitck ``` sudo pip3 install blinkstick ``` but I am getting whenever I try to test it ``` sudo blinkstick --pulse red...

Hi, Thank you for your library. I have been able to turn on each light(8 leds each) sequentially. Now I have a while loop, and inside it, I need to...

Fixed collections.callable being renamed to collections.abc.callable in python 3.7 and deprecated in 3.10.

Hello, I have an issue running the following code, in my cloned github repo. `from blinkstick import blinkstick bstick = blinkstick.find_first() #Set the color red on the 12th LED of...

There is an unhandeld error when creating a udev rule. #72 Also, - the script is is not executable when installed on linux, (`chmod u+x`) - It has windows line...

Going through the API documentation and I am unable to determine the command that regulates light intensity of a single LED unit. Is there a way to access that feature...

It can't be expected that everybody will use 1.0.0 only, e.g. distribution packaging. I've already confirmed it works fine with pyusb 1.2.0 as well, so let's just accept anything higher...

This corrects the `TypeError: ord() expected string of length 1, but int found` error under Windows and Python3, as [reported by nltran](https://github.com/arvydas/blinkstick-python/issues/34).

`python` on most systems refers to Python 2, and on Python 3 only systems there doesn't exist a `python` at all in some cases (e.g. Alpine Linux). Instead make sure...

On my Blinkstrip PRO, I engaged ALL leds (24 total: 2 channels, 12 indexes on each channel) to color white. Now, when I remove the strip and put in ANY...