Code: Select all
ImageMap=URC-7562.mapAt the moment I'm struggling to get RM to produce an output for an upgrade to a Mitsubishi device. I don't know if this is a problem with the RDF or a bug in RM. I'll post the details on the software board.
Moderator: Moderators
Code: Select all
ImageMap=URC-7562.mapCode: Select all
[DeviceTypes]
TV = 0
Sat/Cable = 1
VCR/DVD = 2
CD/Audio = 3Code: Select all
[DeviceTypes]
TV = 0
Sat/Cable = 2
VCR/DVD = 1
CD/Audio = 3Code: Select all
[ButtonMaps]
0 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $18, $2F, $20, $29, $2A, $2B, $2C, $C8, $D8, $86, $87, $84, $85, $0C, $0B, $14, $0E, $10, $13, $0D, $0F, $83, $23, $24, $25, $26, $27, $28, $2D, $2E
1 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $C8, $2F, $18, $20, $29, $2A, $2B, $2C, $D8, $0B, $0C, $0F, $0D, $14, $0E, $10, $13, $83, $23, $24, $25, $26, $27, $28, $2D, $2E
2= ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $0C, $0F, $0B, $0D, $0E, $10, $18, $C8, $20, $29, $2A, $2B, $2C, $D8, $2F, $14, $13, $23, $24, $25, $26, $27, $28, $2D, $2E
3 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $2F, $18, $20, $0C, $0F, $0B, $0D, $0E, $10, $D8, $29, $2A, $2B, $2C, $C8, $14, $13, $83, $23, $24, $25, $26, $27, $28, $2D, $2ECode: Select all
[ButtonMaps]
0 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $18, $2F, $20, $29, $2A, $2B, $2C, $C8, $D8, $86, $87, $84, $85, $0C, $0B, $14, $0E, $10, $13, $0D, $0F, $83, $23, $24, $25, $26, $27, $28, $2D, $2E
1 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $0C, $0F, $0B, $0D, $0E, $10, $18, $C8, $20, $29, $2A, $2B, $2C, $D8, $2F, $14, $13, $23, $24, $25, $26, $27, $28, $2D, $2E
2 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $C8, $2F, $18, $20, $29, $2A, $2B, $2C, $D8, $0B, $0C, $0F, $0D, $14, $0E, $10, $13, $83, $23, $24, $25, $26, $27, $28, $2D, $2E
3 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
$03, $2F, $18, $20, $0C, $0F, $0B, $0D, $0E, $10, $D8, $29, $2A, $2B, $2C, $C8, $14, $13, $83, $23, $24, $25, $26, $27, $28, $2D, $2ECode: Select all
[DeviceTypes]
TV = 0,0
Sat/Cable = 2,2
VCR/DVD = 1,1
CD/Audio = 3,3