From d00bbdc4ac51e97db0e4f824c607f455f3f69c4b Mon Sep 17 00:00:00 2001 From: Lester702 Date: Fri, 27 Jan 2023 23:19:45 -0500 Subject: [PATCH] Completed Newline Remote Finished adding the rest of the buttons for the newline interactive remote --- .../Newline/Newline_Interactive_Board.ir | 56 ++++++++++++++++++- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/Touchscreen_Displays/Newline/Newline_Interactive_Board.ir b/Touchscreen_Displays/Newline/Newline_Interactive_Board.ir index 45822fe5..a259e2d6 100644 --- a/Touchscreen_Displays/Newline/Newline_Interactive_Board.ir +++ b/Touchscreen_Displays/Newline/Newline_Interactive_Board.ir @@ -1,8 +1,6 @@ Filetype: IR signals file Version: 1 # -# Newline Interactive Board Education/Q-Series -# name: Power type: parsed protocol: NECext @@ -50,3 +48,57 @@ type: parsed protocol: NECext address: 02 FF 00 00 command: 15 EA 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 2B D4 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 2D D2 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 2C D3 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 2E D1 00 00 +# +name: Select +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 2F D0 00 00 +# +name: Brightness+ +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 39 C6 00 00 +# +name: Brightness- +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 3A C5 00 00 +# +name: Apps +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 3D C2 00 00 +# +name: Settings +type: parsed +protocol: NECext +address: 02 FF 00 00 +command: 45 BA 00 00