Changes

Jump to: navigation, search

Fit-statUSB

800 bytes added, 09:36, 6 June 2018
/* Set color */
* RR | GG | BB - HEX value of red, green, blue respectively
fit-statUSB will set the intensity of each of the colors.
 '''Examples:''' to <br>To set dim green
#001200
to To set bright yellow combine red and green
#FFFF00
 
=== Set color sequence ===
Set a sequence of alternating colors. The sequence will cycle endlessly until a new color command is entered.
B#RRGGBB-tttt#RRGGBB....
* RR | GG | BB - HEX value of red, green, blue respectively
* tttt - time until next color is displayed
 
'''Examples:'''<br>
Pulsing red color
B#FF0000-0200#000000-0600
Alternating red-blue
B#FF0000-1000#0000FF-1000
Cycle of red 0.1 sec - yellow 0.1 sec -white 1 sec - off 0.3 sec
B#FF0000-0100#FFFF00-0100#FFFFFF-1000#000000-0300
 
=== Set color transition period ===
Set how quickly current color fades to the next color.
Fnnnn
* nnnn - transition time in mS. Permitted values: 0001 (immediate) to 9999 (slowest transition, 10 seconds)
Transition period is persistent until a new F command is entered. <br>
For B command the F value will determine transition period between colors.
 
F - Set Fade transition Time in ms 'F1000'
G - Return current color, (rr,gg,bb)
B - Set Fade transition Colors B#RRGGBB-tttt#RRGGBB....
Fade transition after each color
 
== Using fit-statUSB in Windows ==