Last active
January 8, 2024 01:55
-
-
Save joeybaumgartner/e59a05d280874ee79c78e0dd6753efea to your computer and use it in GitHub Desktop.
Revisions
-
joeybaumgartner revised this gist
Jan 15, 2022 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,14 @@ | Button | Function | IR Code | | ----------- | ------------------------------------------- | ----------- | | Power | Power button and save settings | `0x1FE817E` | | Menu | Cycle to Next Output Resolution | `0x1FEC13E` | | Home | Cycle to Next Input | `0x1FECE31` | | Up Arrow | Shift Image Up (1080p over) | `0x1FE1CE3` | | Down Arrow | Shift Image Down (1080p over) | `0x1FE02FD` | | Left Arrow | Previous OSD option | `0x1FEEC13` | | Right Arrow | Next OSD option | `0x1FE9C63` | | OK | Cycle through items within option | `0x1FEC837` | | Return | Exit OSD | `0x1FEE41B` | | Volume Down | Cycle to next scan line option | `0x1FE916E` | | Volume Up | Cycle to next horizontal interpolation mode | `0x1FEE11E` | | Mouse | Cycle to next horizontal sampling mode | `0x1FE12ED` | -
joeybaumgartner revised this gist
Jan 13, 2022 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,14 @@ | Button | Function | IR Code | | ----------- | ------------------------------------------- | ------- | | Power | Power button and save settings | 1FE817E | | Menu | Cycle to Next Output Resolution | 1FEC13E | | Home | Cycle to Next Input | 1FECE31 | | Up Arrow | Shift Image Up (1080p over) | 1FE1CE3 | | Down Arrow | Shift Image Down (1080p over) | 1FE02FD | | Left Arrow | Previous OSD option | 1FEEC13 | | Right Arrow | Next OSD option | 1FE9C63 | | OK | Cycle through items within option | 1FEC837 | | Return | Exit OSD | 1FEE41B | | Volume Down | Cycle to next scan line option | 1FE916E | | Volume Up | Cycle to next horizontal interpolation mode | 1FEE11E | | Mouse | Cycle to next horizontal sampling mode | 1FE12ED | -
joeybaumgartner created this gist
Jan 13, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ | Button | Function | IR Code | | ------- | -------- | ------- | | Power |Power button and save settings | 1FE817E | | Menu | Cycle to Next Output Resolution | 1FEC13E | | Home | Cycle to Next Input | 1FECE31 | | Up Arrow | Shift Image Up (1080p over) | 1FE1CE3 | | Down Arrow | Shift Image Down (1080p over) | 1FE02FD | | Left Arrow | Previous OSD option | 1FEEC13 | | Right Arrow | Next OSD option | 1FE9C63 | | OK | Cycle through items within option | 1FEC837 | | Return | Exit OSD | 1FEE41B | | Volume Down | Cycle to next scan line option | 1FE916E | | Volume Up | Cycle to next horizontal interpolation mode | 1FEE11E | | Mouse | Cycle to next horizontal sampling mode | 1FE12ED |