Skip to content

--set-led-count does not work on Blinkstick Strip #92

@vargn

Description

@vargn

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 LED counts. Adding the --verbose option gives no output at all.

By not passing the --set-led-count option, one of the eight LEDs lights up, and it's the one closest to the micro USB port.

Only one LED blinks with the following command:

python3 ~/.venv/bin/blinkstick --brightness 80 --repeats 3 --blink blue

No LEDs blink with the following command:

python3 ~/.venv/bin/blinkstick --set-led-count=8 --brightness 80 --repeats 3 --blink blue

I've tried --set-led-count=8, --set-led-count 8, --set-led-count="8" and --set-led-count "8". Still nothing.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions