From c07b3fbe3e0534610299d8d9fbf825544dcef22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Deisinger?= Date: Mon, 1 Aug 2022 19:50:57 +0200 Subject: [PATCH 1/2] New: Byintek P10 Projector Added Byintek P10 Projector IR commands to repo. --- Projectors/Byintek/Byintek_P10.ir | 101 ++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 Projectors/Byintek/Byintek_P10.ir diff --git a/Projectors/Byintek/Byintek_P10.ir b/Projectors/Byintek/Byintek_P10.ir new file mode 100644 index 00000000..c955b92e --- /dev/null +++ b/Projectors/Byintek/Byintek_P10.ir @@ -0,0 +1,101 @@ +Filetype: IR signals file +Version: 1 +# +# Byintek P10 Projector +# +name: Power +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 01 00 00 00 +# +name: UP +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 03 00 00 00 +# +name: DOWN +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 08 00 00 00 +# +name: LEFT +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 05 00 00 00 +# +name: RIGHT +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 06 00 00 00 +# +name: OK +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 07 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 25 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 02 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 27 00 00 00 +# +name: Volume UP +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 28 00 00 00 +# +name: Volume DOWN +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 29 00 00 00 +# +name: Background +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 09 00 00 00 +# +name: Settings +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 12 00 00 00 + +name: Mouse Mode +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 33 00 00 00 +# +name: Keystone DOWN +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 04 00 00 00 +# +name: Keystone UP +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 26 00 00 00 +# From 75f1d7ba05a4cede3c024717fbc2c6cf23b6db40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Deisinger?= Date: Mon, 1 Aug 2022 20:06:48 +0200 Subject: [PATCH 2/2] Fix: Moved to root folder Moved Philips from /Digital_Signs/iiyama to /Digital_Signs. No other changes --- Digital_Signs/{iiyama => }/Philips/Philips_Signage_YKF326-019.ir | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Digital_Signs/{iiyama => }/Philips/Philips_Signage_YKF326-019.ir (100%) diff --git a/Digital_Signs/iiyama/Philips/Philips_Signage_YKF326-019.ir b/Digital_Signs/Philips/Philips_Signage_YKF326-019.ir similarity index 100% rename from Digital_Signs/iiyama/Philips/Philips_Signage_YKF326-019.ir rename to Digital_Signs/Philips/Philips_Signage_YKF326-019.ir