Skip to content

Instantly share code, notes, and snippets.

@unforgiven512
Created February 16, 2018 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unforgiven512/05c592401389ccc50644f7fbe4acd317 to your computer and use it in GitHub Desktop.
Save unforgiven512/05c592401389ccc50644f7fbe4acd317 to your computer and use it in GitHub Desktop.
button_name ir_bits ir_data button_notes
power 32 0x00FF11EE Red power button - top left
add 32 0x00FFE916 Add button - top right
fast 32 0x00FF39C6 FastPlay button (Zoom+) top row/left
nextframe 32 0x00FFC13E Frame Forward (Focus+) top row/middle
playpause 32 0x00FF41BE Play/Pause (Iris+) top row/right
slow 32 0x00FF31CE SlowPlay button (Zoom-) second row/left
backframe 32 0x00FF09F6 Frame Backward (Focus-) second row/middle
pauseback 32 0x00FF19E6 Backwards Pause (Iris-) second row/right
esc 32 0x00FF6996 Esc button
rec 32 0x00FFC936 Rec button
mult 32 0x00FF21DE Mult button
fn 32 0x00FF8976 Fn button
up 32 0x00FFA956 Up arrow button
down 32 0x00FF59A6 Down arrow button
left 32 0x00FFD926 Left arrow button
right 32 0x00FF9966 Right arrow button
enter 32 0x00FF7986 Enter button (center)
one 32 0x00FFE11E Number 1 (punctuation)
two 32 0x00FF619E Number 2 (ABC)
three 32 0x00FFA15E Number 3 (DEF)
four 32 0x00FFD12E Number 4 (GHI)
five 32 0x00FF51AE Number 5 (JKL)
six 32 0x00FF916E Number 6 (MNO)
seven 32 0x00FFF10E Number 7 (PQRS)
eight 32 0x00FF718E Number 8 (TUV)
nine 32 0x00FFB14E Number 9 (WXYZ)
zero 32 0x00FF49B6 Number 0 (space character)
shift 32 0x00FF29D6 Shift button
hyphen 32 0x00FF01FE Hyphen/Double-Hyphen button (-/--)
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 6 columns, instead of 7. in line 1.
button_name ir_bits ir_data button_notes
power 32 0x00FF11EE Red power button - top left
add 32 0x00FFE916 Add button - top right
fast 32 0x00FF39C6 FastPlay button (Zoom+) top row/left
nextframe 32 0x00FFC13E Frame Forward (Focus+) top row/middle
playpause 32 0x00FF41BE Play/Pause (Iris+) top row/right
slow 32 0x00FF31CE SlowPlay button (Zoom-) second row/left
backframe 32 0x00FF09F6 Frame Backward (Focus-) second row/middle
pauseback 32 0x00FF19E6 Backwards Pause (Iris-) second row/right
esc 32 0x00FF6996 Esc button
rec 32 0x00FFC936 Rec button
mult 32 0x00FF21DE Mult button
fn 32 0x00FF8976 Fn button
up 32 0x00FFA956 Up arrow button
down 32 0x00FF59A6 Down arrow button
left 32 0x00FFD926 Left arrow button
right 32 0x00FF9966 Right arrow button
enter 32 0x00FF7986 Enter button (center)
one 32 0x00FFE11E Number 1 (punctuation)
two 32 0x00FF619E Number 2 (ABC)
three 32 0x00FFA15E Number 3 (DEF)
four 32 0x00FFD12E Number 4 (GHI)
five 32 0x00FF51AE Number 5 (JKL)
six 32 0x00FF916E Number 6 (MNO)
seven 32 0x00FFF10E Number 7 (PQRS)
eight 32 0x00FF718E Number 8 (TUV)
nine 32 0x00FFB14E Number 9 (WXYZ)
zero 32 0x00FF49B6 Number 0 (space character)
shift 32 0x00FF29D6 Shift button
hyphen 32 0x00FF01FE Hyphen/Double-Hyphen button (-/--)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment