1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- /********************************************************************
- ** File Name: IR501_map.c (IR501)
- **
- ** File Description: this file is sunplus ir 501 mapping table
- **
- ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved
- **
- ** History Information Description
- ** Date Author Modification
- **
- ********************************************************************/
- #include "irtoshibaintex_map.h"
- #include "app_event.h"
- // IR501 Mapping Table
- IRKeyInfo_t dIRTOSHIBAINTEX_info =
- {
- {
- {0x0e0e, 0x0c, UI_EVENT_POWER},
- {0x0e0e, 0x0d, UI_EVENT_MUTE},
-
- {0x0e0e, 0x01, UI_EVENT_1},
- {0x0e0e, 0x02, UI_EVENT_2},
- {0x0e0e, 0x03, UI_EVENT_3},
- {0x0e0e, 0x04, UI_EVENT_4},
- {0x0e0e, 0x05, UI_EVENT_5},
- {0x0e0e, 0x06, UI_EVENT_6},
- {0x0e0e, 0x07, UI_EVENT_7},
- {0x0e0e, 0x08, UI_EVENT_8},
- {0x0e0e, 0x09, UI_EVENT_9},
- {0x0e0e, 0x00, UI_EVENT_0},
-
- {0x0e0e, 0x16, UI_EVENT_RECALL},
-
- {0x0e0e, 0x11, UI_EVENT_SOURCE},
- {0x0e0e, 0x0f, UI_EVENT_MENU},
- {0x0e0e, 0xab, UI_EVENT_FREEZE},
- {0x0e0e, 0xac, UI_EVENT_EXIT},
-
- {0x0e0e, 0x42, UI_EVENT_UP},
- {0x0e0e, 0x43, UI_EVENT_DOWN},
- {0x0e0e, 0x44, UI_EVENT_LEFT},
- {0x0e0e, 0x45, UI_EVENT_RIGHT},
- {0x0e0e, 0x46, UI_EVENT_ENTER},
-
- {0x0e0e, 0x14, UI_EVENT_VOL_UP},
- {0x0e0e, 0x15, UI_EVENT_VOL_DN},
- {0x0e0e, 0x12, UI_EVENT_CH_UP},
- {0x0e0e, 0x13, UI_EVENT_CH_DN},
- {0x0e0e, 0x49, UI_EVENT_PIC_MOD},
- {0x0e0e, 0x4a, UI_EVENT_SND_MOD},
-
- {0x0e0e, 0x40, UI_EVENT_PLAY_PAUSE},
- {0x0e0e, 0x41, UI_EVENT_STOP},
- {0x0e0e, 0x47, UI_EVENT_ASPECT},
- {0x0e0e, 0x48, UI_EVENT_SLEEP},
-
- {0x0e0e, 0xa0, UI_EVENT_FR},
- {0x0e0e, 0xa1, UI_EVENT_FF},
- {0x0e0e, 0xa2, UI_EVENT_PREV},
- {0x0e0e, 0xa3, UI_EVENT_NEXT},
- {0x0e0e, 0x5b, UI_EVENT_EXIT},
- },
- {0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e},
- IRTOSHIBAINTEX_POWERON_KEY
- };
|