12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /********************************************************************
- ** File Name: IRSHARP555a_map.c (IR555A)
- **
- ** File Description: this file is sunplus ir SHARP mapping table
- **
- ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved
- **
- ** History Information Description
- ** Date Author Modification
- **
- ********************************************************************/
- #include "irsharp555a_map.h"
- #include "app_event.h"
- // IR555A Mapping Table
- IRKeyInfo_t dIRSHARP555A_info =
- {
- {
- {0x555a, 0x08, UI_EVENT_POWER},
- {0x555a, 0x1c, UI_EVENT_DISPLAY},
- {0x555a, 0x0c, UI_EVENT_SOURCE},
- {0x555a, 0xd8, UI_EVENT_1},
- {0x555a, 0xd4, UI_EVENT_2},
- {0x555a, 0xdc, UI_EVENT_3},
- {0x555a, 0xd2, UI_EVENT_4},
- {0x555a, 0xda, UI_EVENT_5},
- {0x555a, 0xd6, UI_EVENT_6},
- {0x555a, 0xde, UI_EVENT_7},
- {0x555a, 0xd1, UI_EVENT_8},
- {0x555a, 0xd9, UI_EVENT_9},
- {0x555a, 0xd0, UI_EVENT_0},
- {0x555a, 0x9e, UI_EVENT_HDMI},
- {0x555a, 0x99, UI_EVENT_PC},
- {0x555a, 0x9a, UI_EVENT_SLEEP},
- {0x555a, 0xd5, UI_EVENT_DOT},
- {0x555a, 0x02, UI_EVENT_EXIT},
- {0x555a, 0x9c, UI_EVENT_MUTE},
- //{0x555a, 0x58, UI_EVENT_AUTOSOURCE},
- {0x555a, 0x40, UI_EVENT_VOL_UP},
- {0x555a, 0x48, UI_EVENT_VOL_DN},
- {0x555a, 0xac, UI_EVENT_FREEZE},
- {0x555a, 0x9c, UI_EVENT_PIC_MOD},
- {0x555a, 0x0e, UI_EVENT_SND_MOD},
- {0x555a, 0x24, UI_EVENT_MENU},
- {0x555a, 0x06, UI_EVENT_UP},
- {0x555a, 0xc6, UI_EVENT_DOWN},
- {0x555a, 0x86, UI_EVENT_LEFT},
- {0x555a, 0x46, UI_EVENT_RIGHT},
- {0x555a, 0x16, UI_EVENT_ENTER},
- {0x555a, 0xbc, UI_EVENT_FR},
- {0x555a, 0xb2, UI_EVENT_PLAY_PAUSE},
- {0x555a, 0xba, UI_EVENT_FF},
- {0x555a, 0xb6, UI_EVENT_PREV},
- {0x555a, 0xb1, UI_EVENT_STOP},
- {0x555a, 0xb9, UI_EVENT_NEXT},
- },
- {0x555A, 0x555A, 0x555A, 0x555A, 0x555A, 0x555A, 0x555A, 0x555A, 0x555A, 0x555A},
- IRSHARP555A_POWERON_KEY
- };
|