Skip to content

Commit

Permalink
Tune hybris led pattern configuration
Browse files Browse the repository at this point in the history
PowerOn = white
BatteryCharging = orange
BatteryFull = green
SoftOff = cyan (so it will not conflict with BatteryFull)
  • Loading branch information
spiiroin committed Oct 2, 2013
1 parent efd7464 commit 2ed884c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inifiles/hybris-led.ini
Expand Up @@ -16,8 +16,8 @@
# [5] RGB24 as hexadecimal number

PatternDeviceOn=254;0;0;666;334;0000ff
PatternDeviceSoftOff=253;0;0;666;334;00ff00
PatternPowerOn=9;3;0;666;334;00ffff
PatternDeviceSoftOff=253;0;0;666;334;00ffff
PatternPowerOn=9;3;0;666;334;ffffff
PatternPowerOff=10;3;0;666;334;ff0000
PatternCommunication=30;1;0;666;334;ff00ff
PatternCommunicationCall=30;1;0;666;334;ffff00
Expand All @@ -26,8 +26,8 @@ PatternCommunicationSMS=30;1;0;666;334;00007f
PatternCommunicationEmail=30;1;0;666;334;007f00
PatternCommonNotification=30;1;0;666;334;007f7f
PatternWebcamActive=20;1;0;666;334;7f0000
PatternBatteryCharging=50;4;0;666;334;7f007f
PatternBatteryFull=40;4;0;666;334;7f7f00
PatternBatteryCharging=50;4;0;666;334;ff7f00
PatternBatteryFull=40;4;0;666;334;00ff00
PatternCommunicationAndBatteryFull=29;1;0;500;500;ffbf7f
PatternBatteryChargingFlat=50;4;0;500;500;7fbfff

Expand Down

0 comments on commit 2ed884c

Please sign in to comment.