123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- /*
- * 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(ir501_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 "ir501_map.h"
- #include "app_event.h"
- // IR501 Mapping Table
- IRKeyInfo_t dIR501_info __attribute__((section(".customer.dIR501_info"))) =
- {
- {
- {0x649B, 0x00, UI_EVENT_0},
- {0x649B, 0x01, UI_EVENT_1},
- {0x649B, 0x02, UI_EVENT_2},
- {0x649B, 0x03, UI_EVENT_3},
- {0x649B, 0x04, UI_EVENT_4},
- {0x649B, 0x05, UI_EVENT_5},
- {0x649B, 0x06, UI_EVENT_6},
- {0x649B, 0x07, UI_EVENT_7},
- {0x649B, 0x08, UI_EVENT_8},
- {0x649B, 0x09, UI_EVENT_9},
- {0x649B, 0x0a, UI_EVENT_10},
- {0x649B, 0x0b, UI_EVENT_RECALL},
- {0x649B, 0x0c, UI_EVENT_PIC_MOD},
- {0x649B, 0x0d, UI_EVENT_SND_MOD},
- {0x649B, 0x0e, UI_EVENT_ASPECT},
- {0x649B, 0x0f, UI_EVENT_AUDIO},
- {0x649B, 0x10, UI_EVENT_DISPLAY},
- {0x649B, 0x11, UI_EVENT_FREEZE},
- {0x649B, 0x12, UI_EVENT_SLEEP},
- {0x649B, 0x13, UI_EVENT_SOURCE},
- {0x649B, 0x14, UI_EVENT_MENU},
- {0x649B, 0x15, UI_EVENT_EPG},
- {0x649B, 0x16, UI_EVENT_REC_FILE},
- {0x649B, 0x17, UI_EVENT_MUTE},
- {0x649B, 0x18, UI_EVENT_PIP_MENU},
- {0x649B, 0x19, UI_EVENT_FAV},
- {0x649B, 0x1a, UI_EVENT_VOL_UP},
- {0x649B, 0x1b, UI_EVENT_VOL_DN},
- {0x649B, 0x1c, UI_EVENT_CH_UP},
- {0x649B, 0x1d, UI_EVENT_CH_DN},
- {0x649B, 0x20, UI_EVENT_ENTER},
- {0x649B, 0x21, UI_EVENT_UP},
- {0x649B, 0x22, UI_EVENT_DOWN},
- {0x649B, 0x23, UI_EVENT_LEFT},
- {0x649B, 0x24, UI_EVENT_RIGHT},
- {0x649B, 0x25, UI_EVENT_EXIT},
- {0x649B, 0x30, UI_EVENT_TEXT},
- {0x649B, 0x31, UI_EVENT_TVRADIO},
- {0x649B, 0x32, UI_EVENT_DEVLIST},
- {0x649B, 0x33, UI_EVENT_AD},
- {0x649B, 0x34, UI_EVENT_TTX_INDEX},
- {0x649B, 0x35, UI_EVENT_TTX_SIZE},
- {0x649B, 0x36, UI_EVENT_TTX_REVEAL},
- {0x649B, 0x37, UI_EVENT_SUBTITLE},
- {0x649B, 0x38, UI_EVENT_RED},
- {0x649B, 0x39, UI_EVENT_GREEN},
- {0x649B, 0x3a, UI_EVENT_YELLOW},
- {0x649B, 0x3b, UI_EVENT_BLUE},
- {0x649B, 0x40, UI_EVENT_SRC_USB},
- {0x649B, 0x41, UI_EVENT_REC},
- {0x649B, 0x42, UI_EVENT_NEXT},
- {0x649B, 0x43, UI_EVENT_PLAY_PAUSE},
- {0x649B, 0x44, UI_EVENT_PREV},
- {0x649B, 0x45, UI_EVENT_FR},
- {0x649B, 0x46, UI_EVENT_STOP},
- {0x649B, 0x47, UI_EVENT_FF},
- {0x649B, 0x50, UI_EVENT_POWER},
- },
- {0x649B, 0x649B, 0x649B, 0x649B, 0x649B, 0x649B, 0x649B, 0x649B, 0x649B, 0x649B},
- IR501_POWERON_KEY
- };
|