X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fir_nec%2Flists.py;fp=decoders%2Fir_nec%2Flists.py;h=dbb9288d2b864778e74a45ea911318e9da4dd638;hp=1754cd13c295f04986141d622c45fb405d600c5e;hb=f759507a3ab0f774716fdaedc8a1580017309f47;hpb=bcbdb1d9aa98dc9af0249bf4b42a60a7bb1eed01;ds=sidebyside diff --git a/decoders/ir_nec/lists.py b/decoders/ir_nec/lists.py index 1754cd1..dbb9288 100644 --- a/decoders/ir_nec/lists.py +++ b/decoders/ir_nec/lists.py @@ -19,6 +19,7 @@ # Addresses/devices. Items that are not listed are reserved/unknown. address = { + 0x00: 'Joy-it SBC-IRC01', 0x40: 'Matsui TV', 0xEA41: 'Unknown LED Panel', } @@ -66,4 +67,27 @@ command = { 0x41: ['Min Brightness', 'Min'], 0x48: ['Max Brightness', 'Max'], }, + 0x00: { + 0x45: ['Volume down', 'Vol-'], + 0x46: ['Play/Pause', 'P/P'], + 0x47: ['Volume up', 'Vol+'], + 0x44: ['Setup', 'Set'], + 0x40: ['Up', 'U'], + 0x43: ['Stop / Mode', 'S/M'], + 0x07: ['Left', 'L'], + 0x15: ['Enter', 'E'], + 0x09: ['Right', 'R'], + 0x16: ['0 / 10+', '0'], + 0x19: ['Down', 'D'], + 0x0D: ['Back', 'B'], + 0x0C: ['1', '1'], + 0x18: ['2', '2'], + 0x5E: ['3', '3'], + 0x08: ['4', '4'], + 0x1C: ['5', '5'], + 0x5A: ['6', '6'], + 0x42: ['7', '7'], + 0x52: ['8', '8'], + 0x4A: ['9', '9'], + } }