From 686b3e6d8c1dcca225c6fa4a98bfc14298daa3b4 Mon Sep 17 00:00:00 2001 From: sabaadmin <94890302+sabaadmin@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:56:34 +0900 Subject: [PATCH 1/2] Create SAKAWA_Projector.ir --- Projectors/SAKAWA/SAKAWA_Projector.ir | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Projectors/SAKAWA/SAKAWA_Projector.ir diff --git a/Projectors/SAKAWA/SAKAWA_Projector.ir b/Projectors/SAKAWA/SAKAWA_Projector.ir new file mode 100644 index 00000000..24184527 --- /dev/null +++ b/Projectors/SAKAWA/SAKAWA_Projector.ir @@ -0,0 +1,20 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: FF FF 00 00 +command: E8 17 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: FF FF 00 00 +command: BD 42 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: FF FF 00 00 +command: F2 0D 00 00 \ No newline at end of file From fb675d4b1bdf3b9e614d498380b580db9866f8f8 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:04:39 -0700 Subject: [PATCH 2/2] Added description to comment --- Projectors/SAKAWA/SAKAWA_Projector.ir | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Projectors/SAKAWA/SAKAWA_Projector.ir b/Projectors/SAKAWA/SAKAWA_Projector.ir index 24184527..2edf8a94 100644 --- a/Projectors/SAKAWA/SAKAWA_Projector.ir +++ b/Projectors/SAKAWA/SAKAWA_Projector.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# SAKAWA Projector +# name: Power type: parsed protocol: NECext @@ -17,4 +19,4 @@ name: Vol_dn type: parsed protocol: NECext address: FF FF 00 00 -command: F2 0D 00 00 \ No newline at end of file +command: F2 0D 00 00