Skip to content

Commit

Permalink
Tune blinking led colors
Browse files Browse the repository at this point in the history
Blinking via HW uses full intensity colors, tune configuration to
match this reality.

[mce] Tune blinking led colors
  • Loading branch information
spiiroin committed Nov 5, 2013
1 parent 3195432 commit 7722f63
Showing 1 changed file with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions inifiles/hybris-led.ini
Expand Up @@ -14,22 +14,54 @@
# [3] OnPeriod in milliseconds
# [4] OffPeriod in milliseconds
# [5] RGB24 as hexadecimal number
#
# Note: If blinking is enabled, only full intensity colors are applicable
# i.e. red, green, yellow, blue, magenta, cyan or white should be used.

PatternDeviceOn=254;0;0;0;0;0000ff
# 0000ff = blue

PatternDeviceSoftOff=253;0;0;0;0;00ffff
# 00ffff=cyan

PatternPowerOn=9;3;0;0;0;bfbfbf
#bfbfbf = grey75

PatternPowerOff=10;3;0;0;0;ff0000
# ff0000 = red

PatternCommunication=30;0;0;500;1500;ff00ff
# ff00ff = magenta

PatternCommunicationCall=25;0;0;500;1500;00ff00
# 00ff00 = green

PatternCommunicationIM=30;0;0;500;1500;0000ff
# 0000ff = blue

PatternCommunicationSMS=26;0;0;500;1500;0000ff
# 0000ff = blue

PatternCommunicationEmail=27;0;0;500;1500;ffff00
PatternCommonNotification=30;1;0;500;1500;007f7f
# ffff00 = yellow

PatternCommonNotification=30;1;0;500;1500;00ffff
# 00ffff = cyan

PatternWebcamActive=20;1;0;0;0;7f0000
PatternBatteryCharging=50;4;0;500;1500;ff7f00
PatternBatteryFull=40;4;0;500;1500;00ff00
PatternCommunicationAndBatteryFull=29;1;0;500;1500;ffbf7f
PatternBatteryChargingFlat=50;4;0;500;1500;7fbfff
# 8b0000 ~ DarkRed

PatternBatteryCharging=50;4;0;0;0;7f7f7f
# 7f7f7f = gray50

PatternBatteryFull=40;4;0;500;2500;ffffff
# ffffff = white

PatternCommunicationAndBatteryFull=29;1;0;500;2500;ffffff
# ffffff = white

PatternBatteryChargingFlat=50;4;0;0;0;7fbfff
# 87ceff ~ SkyBlue1

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

0 comments on commit 7722f63

Please sign in to comment.