1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /*
- * Notice!!!!
- * This file used to cramp out customer table for driver, you can't modify it manually,
- * if you need update some infomation, please edit the original file(irhbt03_map_table.c) directly.
- */
- /********************************************************************
- ** 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 "irhbt03_map.h"
- #include "app_event.h"
- IRKeyInfo_t dIRHBT03_info __attribute__((section(".customer.dIRHBT03_info"))) =
- {
- {
- {0x00BF, 0x00, UI_EVENT_POWER},
- {0x00BF, 0x01, UI_EVENT_MUTE},
- {0x00BF, 0x02, UI_EVENT_1},
- {0x00BF, 0x03, UI_EVENT_2},
- {0x00BF, 0x04, UI_EVENT_3},
- {0x00BF, 0x05, UI_EVENT_4},
- {0x00BF, 0x06, UI_EVENT_5},
- {0x00BF, 0x07, UI_EVENT_6},
- {0x00BF, 0x08, UI_EVENT_7},
- {0x00BF, 0x09, UI_EVENT_8},
- {0x00BF, 0x0a, UI_EVENT_9},
- {0x00BF, 0x0c, UI_EVENT_0},
- {0x00BF, 0x0f, UI_EVENT_SOURCE},
- {0x00BF, 0x10, UI_EVENT_ENTER},
- {0x00BF, 0x11, UI_EVENT_LEFT},
- {0x00BF, 0x12, UI_EVENT_RIGHT},
- {0x00BF, 0x13, UI_EVENT_UP},
- {0x00BF, 0x14, UI_EVENT_DOWN},
- {0x00BF, 0x15, UI_EVENT_EXIT},
- {0x00BF, 0x16, UI_EVENT_MENU},
- {0x00BF, 0x40, UI_EVENT_DISPLAY},
- {0x00BF, 0x41, UI_EVENT_TEXT},
- {0x00BF, 0x42, UI_EVENT_SUBTITLE},
- {0x00BF, 0x44, UI_EVENT_ASPECT},
- {0x00BF, 0x48, UI_EVENT_VOL_UP},
- {0x00BF, 0x49, UI_EVENT_VOL_DN},
- {0x00BF, 0x4a, UI_EVENT_CH_UP},
- {0x00BF, 0x4b, UI_EVENT_CH_DN},
- {0x00BF, 0x4c, UI_EVENT_RED},
- {0x00BF, 0x4d, UI_EVENT_GREEN},
- {0x00BF, 0x4e, UI_EVENT_YELLOW},
- {0x00BF, 0x4f, UI_EVENT_BLUE},
- {0x00BF, 0x51, UI_EVENT_PLAY_PAUSE},
- {0x00BF, 0x52, UI_EVENT_STOP},
- {0x00BF, 0x56, UI_EVENT_FR},
- {0x00BF, 0x57, UI_EVENT_FF},
- {0x00BF, 0x46, UI_EVENT_STOP},
- },
- {0x00BF, 0, 0, 0, 0, 0, 0, 0, 0, 0},
- IRHBT03_POWERON_KEY
- };
|