123456789101112131415161718192021222324252627282930313233343536373839 |
- /********************************************************************
- ** File Name: irnec02fd_map_table.c
- **
- ** File Description: this file is sunplus ir ZHIYING mapping table
- **
- ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved
- **
- ** History Information Description
- ** Date Author Modification
- ** 2018/03/14 Zhiying create
- ********************************************************************/
- #include "irnec02fd_map.h"
- #include "app_event.h"
- // IRNEC02FD Mapping Table
- IRKeyInfo_t dIRNEC02FD_info =
- {
- {
- {0x02FD, 0x14, UI_EVENT_POWER},
- {0x02FD, 0x18, UI_EVENT_MUTE},
- {0x02FD, 0x16, UI_EVENT_MENU},
- {0x02FD, 0x0E, UI_EVENT_SOURCE/*UI_EVENT_3D*/},
- {0x02FD, 0x0C, UI_EVENT_ASPECT},
- {0x02FD, 0x1B, UI_EVENT_HOME},
- {0x02FD, 0x1A, UI_EVENT_EXIT},
- {0x02FD, 0x15, UI_EVENT_ENTER},
- {0x02FD, 0x12, UI_EVENT_UP},
- {0x02FD, 0x13, UI_EVENT_DOWN},
- {0x02FD, 0x11, UI_EVENT_LEFT},
- {0x02FD, 0x10, UI_EVENT_RIGHT},
- {0x02FD, 0x48, UI_EVENT_VOL_UP},
- {0x02FD, 0x40, UI_EVENT_VOL_DN},
- },
- {0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD},
- IRNEC02FD_POWERON_KEY
- };
|