/******************************************************************** ** 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 "irrca_map.h" #include "app_event.h" // IR501 Mapping Table IRKeyInfo_t dIRRCA_info = { { {0x0f00, 0xd5, UI_EVENT_POWER}, {0x0f00, 0xc0, UI_EVENT_MUTE}, {0x0f00, 0xcf, UI_EVENT_0}, {0x0f00, 0xce, UI_EVENT_1}, {0x0f00, 0xcd, UI_EVENT_3}, {0x0f00, 0xcc, UI_EVENT_2}, {0x0f00, 0xcb, UI_EVENT_4}, {0x0f00, 0xca, UI_EVENT_5}, {0x0f00, 0xc9, UI_EVENT_6}, {0x0f00, 0xc8, UI_EVENT_7}, {0x0f00, 0xc7, UI_EVENT_8}, {0x0f00, 0xc6, UI_EVENT_9}, {0x0f00, 0xc3, UI_EVENT_DISPLAY}, {0x0f00, 0xd8, UI_EVENT_DOT}, {0x0f00, 0x5c, UI_EVENT_SOURCE}, {0x0f00, 0xf7, UI_EVENT_MENU}, {0x0f00, 0xa6, UI_EVENT_UP}, {0x0f00, 0xa7, UI_EVENT_DOWN}, {0x0f00, 0xa9, UI_EVENT_LEFT}, {0x0f00, 0xa8, UI_EVENT_RIGHT}, {0x0f00, 0x0b, UI_EVENT_ENTER}, {0x0f00, 0xf9, UI_EVENT_EXIT}, {0x0f00, 0xd0, UI_EVENT_VOL_UP}, {0x0f00, 0xd1, UI_EVENT_VOL_DN}, {0x0f00, 0xc5, UI_EVENT_DTV}, {0x0f00, 0xfd, UI_EVENT_MEDIA}, {0x0f00, 0xd2, UI_EVENT_CH_UP}, {0x0f00, 0xd3, UI_EVENT_CH_DN}, {0x0f00, 0xff, UI_EVENT_ASPECT}, {0x0f00, 0xff, UI_EVENT_ANDROID}, {0x0f00, 0xff, UI_EVENT_CECAUDIO}, {0x0f00, 0xff, UI_EVENT_FREEZE}, {0x0f00, 0xff, UI_EVENT_RED}, {0x0f00, 0xff, UI_EVENT_GREEN}, {0x0f00, 0xff, UI_EVENT_YELLOW}, {0x0f00, 0xff, UI_EVENT_BLUE}, {0x0f00, 0xff, UI_EVENT_HOME}, {0x0f00, 0xff, UI_EVENT_FR}, {0x0f00, 0xff, UI_EVENT_FF}, {0x0f00, 0xff, UI_EVENT_PLAY_PAUSE}, {0x0f00, 0xff, UI_EVENT_STOP}, {0x0f00, 0xff, UI_EVENT_PVR_ONOFF}, {0x0f00, 0xff, UI_EVENT_REC}, {0x0f00, 0xff, UI_EVENT_SLEEP}, {0x0f00, 0xff, UI_EVENT_AUDIO}, {0x0f00, 0xff, UI_EVENT_SUBTITLE}, {0x0f00, 0xff, UI_EVENT_EPG}, {0x0f00, 0xff, UI_EVENT_FAV}, {0x0f00, 0xff, UI_EVENT_SKYPE}, {0x0f00, 0xff, UI_EVENT_PAGE_UP}, {0x0f00, 0xff, UI_EVENT_HDMI}, {0x0f00, 0xff, UI_EVENT_PAGE_DN}, {0x0f00, 0xff, UI_EVENT_CC}, }, {0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x0f00}, IRRCA_POWERON_KEY };