Skip to content

Commit

Permalink
Tune example custom led pattern priorities
Browse files Browse the repository at this point in the history
Even though these are not included in the rpm / used by default, the
example patterns are moved to priority range in between communication
and charging patterns. This should make it less likely that duplicating
these for custom purposes ends up in completely wrong priority range.
  • Loading branch information
spiiroin committed Mar 18, 2014
1 parent 180670f commit fdd9609
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions inifiles/custom-led.ini
Expand Up @@ -14,13 +14,13 @@
# [4] OffPeriod in milliseconds
# [5] RGB24 as hexadecimal number

PatternRed=0;3;0;200;1000;ff0000
PatternGreen=0;3;0;400;800;00ff00
PatternBlue=0;3;0;600;600;0000ff
PatternMagenta=1;3;0;500;500;ff00ff
PatternCyan=3;3;0;500;1000;00ffff
PatternYellow=4;3;0;500;1500;ffff00
PatternWhite=5;3;0;500;4000;ffffff
PatternRed=31;3;0;200;1000;ff0000
PatternGreen=32;3;0;400;800;00ff00
PatternBlue=33;3;0;600;600;0000ff
PatternMagenta=34;3;0;500;500;ff00ff
PatternCyan=35;3;0;500;1000;00ffff
PatternYellow=36;3;0;500;1500;ffff00
PatternWhite=37;3;0;500;4000;ffffff

[LED]
# A list of all pattern names that should be configured
Expand Down

0 comments on commit fdd9609

Please sign in to comment.