Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Merge pull request #9 from gbin/patch-1
Browse files Browse the repository at this point in the history
clearer explanation about the hex numbers
  • Loading branch information
nagisa authored Jul 30, 2017
2 parents 887d008 + 2cdc1ad commit 667fd07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ You’ll need root to run this program:
sudo ./target/release/msi-rgb 00000000 FFFFFFFF 00000000 # for green
```

The hexa numbers represent each color as a sequence *in time* per byte so 4 change of colors.

```
sudo ./target/release/msi-rgb FF000000 00FF0000 0000FF00 # this makes red then green then blue then off then red etc..
```

Run following for more options:

```
Expand Down

0 comments on commit 667fd07

Please sign in to comment.