-
Notifications
You must be signed in to change notification settings - Fork 55
Command line tool usage examples
arvydas edited this page Sep 24, 2014
·
3 revisions
Set random color for all BlinkSticks:
blinkstick random
Set blue color for the BlinkStick with serial number BS000001-1.0:
blinkstick --serial BS000001-1.0 blue
Blink red color twice
blinkstick --repeats 2 --blink red
Pulse green color three times
blinkstick --repeats 2 --pulse green
Morph to red, green and blue
blinkstick --set-color red --morph
blinkstick --set-color gree --morph
blinkstick --set-color blue --morph
Connect to blinkstick.com and CPU usage command line options are no longer available. Please read this notice about module simplification.
Control individual pixels on BlinkStick Pro. First you will need to set BlinkStick Pro mode to WS2812.
blinkstick --set-mode 2
Now you can set color of individual LEDs connected to R, G or B channels.
blinkstick --channel 0 --index 5 red