From 96b9e290564ed5076eca9e90dbf678d782a8ba14 Mon Sep 17 00:00:00 2001 From: Osvaldo Fernandez Date: Sat, 22 Mar 2025 17:29:17 -0300 Subject: [PATCH 1/3] Add files via upload IR file for 14" CRT Philips TV model 14GX8510. It also works with the models: 14GX8310, 14GX8510, 14GX8512, 20GX8350, 20GX8550, 20GX8552. --- TVs/Philips/Philips_14GX8510.ir | 140 ++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 TVs/Philips/Philips_14GX8510.ir diff --git a/TVs/Philips/Philips_14GX8510.ir b/TVs/Philips/Philips_14GX8510.ir new file mode 100644 index 00000000..509e478e --- /dev/null +++ b/TVs/Philips/Philips_14GX8510.ir @@ -0,0 +1,140 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: Menu +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 762 983 1673 1001 764 947 819 975 791 974 791 973 792 1855 1676 1854 792 974 792 974 1674 89718 762 977 1671 1002 763 974 791 1002 763 1002 763 976 790 1884 1646 1856 791 1002 763 1003 1646 89745 735 1030 1618 1030 735 1004 762 1003 762 976 790 1003 762 1886 1645 1857 790 1004 761 976 1672 +# +name: Guide +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 3E 00 00 00 +# +name: Info +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 0F 00 00 00 +# +name: Exit +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 0F 00 00 00 +# +name: Mute +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 0D 00 00 00 +# +name: Input +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 38 00 00 00 +# +name: Vol+ +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 10 00 00 00 +# +name: Vol- +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 11 00 00 00 +# +name: Channel+ +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 20 00 00 00 +# +name: Channel- +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 21 00 00 00 +# +name: Prev.Ch +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 22 00 00 00 +# +name: OK +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 2B 00 00 00 +# +name: 1 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: RC5 +address: 00 00 00 00 +command: 00 00 00 00 From 95064efdfbd36b8c3f0840c7f73da5eb15c2bbf5 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 20 Apr 2025 11:03:48 -0700 Subject: [PATCH 2/3] Updated names per verification --- TVs/Philips/Philips_14GX8510.ir | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TVs/Philips/Philips_14GX8510.ir b/TVs/Philips/Philips_14GX8510.ir index 509e478e..39b2750d 100644 --- a/TVs/Philips/Philips_14GX8510.ir +++ b/TVs/Philips/Philips_14GX8510.ir @@ -43,31 +43,31 @@ protocol: RC5 address: 00 00 00 00 command: 38 00 00 00 # -name: Vol+ +name: Vol_up type: parsed protocol: RC5 address: 00 00 00 00 command: 10 00 00 00 # -name: Vol- +name: Vol_down type: parsed protocol: RC5 address: 00 00 00 00 command: 11 00 00 00 # -name: Channel+ +name: Channel_up type: parsed protocol: RC5 address: 00 00 00 00 command: 20 00 00 00 # -name: Channel- +name: Channel_down type: parsed protocol: RC5 address: 00 00 00 00 command: 21 00 00 00 # -name: Prev.Ch +name: Prev_Channel type: parsed protocol: RC5 address: 00 00 00 00 From 947a21bcdeed3394ff2386cdf53e311f987f7852 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 20 Apr 2025 11:05:00 -0700 Subject: [PATCH 3/3] Added description to comments --- TVs/Philips/Philips_14GX8510.ir | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TVs/Philips/Philips_14GX8510.ir b/TVs/Philips/Philips_14GX8510.ir index 39b2750d..ce8b241d 100644 --- a/TVs/Philips/Philips_14GX8510.ir +++ b/TVs/Philips/Philips_14GX8510.ir @@ -1,6 +1,10 @@ Filetype: IR signals file Version: 1 # +# 14" CRT Philips TV model 14GX8510 +# +# Also for models: 14GX8310, 14GX8510, 14GX8512, 20GX8350, 20GX8550, 20GX8552 +# name: Power type: parsed protocol: RC5