Skip to content

Commit

Permalink
fix color example comment
Browse files Browse the repository at this point in the history
- RGB palette index 127 is red (thanks, Simon)
  • Loading branch information
rsu-ableton authored May 14, 2020
1 parent 1f3a949 commit a55efef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/AbletonPush2MIDIDisplayInterface.asc
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ Examples
[cols="31%,18%,14%,37%",options="header"]
|===
|Binary | Hexadecimal | Decimal | Result
|++10010000 01100011 01111111++ | ++0x90 0x63 0x7F++ | ++144 99 127++ | set the top right pad RGB LED to white
|++10010000 01100011 01111111++ | ++0x90 0x63 0x7F++ | ++144 99 127++ | set the top right pad RGB LED to red
|++10010000 00100100 01111110++ | ++0x90 0x24 0x7E++ | ++144 36 126++ | set the bottom left pad RGB LED to green
|++10110000 00111100 00000000++ | ++0xB0 0x3C 0x00++ | ++176 60 0++ | turn the mute button RGB LED off
|++10110000 00011100 01111111++ | ++0xB0 0x1C 0x7F++ | ++176 28 127++ | set the master button white LED to max
Expand Down

0 comments on commit a55efef

Please sign in to comment.