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?
As the title says, I cannot get any LEDs to light up with
--set-led-countoption set in the command. I've tried in all three modes, and I've tried setting 0-8 LED counts. Adding the--verboseoption gives no output at all.By not passing the
--set-led-countoption, 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:
No LEDs blink with the following command:
I've tried
--set-led-count=8,--set-led-count 8,--set-led-count="8"and--set-led-count "8". Still nothing.Any ideas?