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 get an error when trying my blinkstick on a Synology D213j. See the python error below; Dmesg shows this: [366402.501085] usb 1-1: new low-speed USB device number 3 using...

More details about the issue can be found here: https://forums.blinkstick.com/t/how-to-set-morph-all-leds-simultaneously-on-square/297/14

As the title says, I cannot get any LEDs to light up with `--set-led-count` option set in the command. I've tried in all three modes, and I've tried setting 0-8...

Currently, the blinkstick CLI prints the help message when the info-block 1 and/or 2 are set. This fix suppresses the help message when setting the info-block(s).

The current morphing implementation contains a dirty hack of descaling (including resetting the R,G,B values when they become larger than 255) because the method `_determine_rgb()` is called twice, once from...

Hello, new customer here. Why do you not merge new pull requests? Last update was in 2020, that's tree years ago. Python3 support is essential. I fully agree with https://github.com/arvydas/blinkstick-python/issues/86...

Hi I'm using a blinkstick nano on Ubuntu 22.04 and getting the following problem when using the library: `>>> from blinkstick import blinkstick Traceback (most recent call last): File "",...