-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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
Labels
No labels