irnec02fd_map_table.c 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /********************************************************************
  2. ** File Name: irnec02fd_map_table.c
  3. **
  4. ** File Description: this file is sunplus ir ZHIYING mapping table
  5. **
  6. ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved
  7. **
  8. ** History Information Description
  9. ** Date Author Modification
  10. ** 2018/03/14 Zhiying create
  11. ********************************************************************/
  12. #include "irnec02fd_map.h"
  13. #include "app_event.h"
  14. // IRNEC02FD Mapping Table
  15. IRKeyInfo_t dIRNEC02FD_info =
  16. {
  17. {
  18. {0x02FD, 0x14, UI_EVENT_POWER},
  19. {0x02FD, 0x18, UI_EVENT_MUTE},
  20. {0x02FD, 0x16, UI_EVENT_MENU},
  21. {0x02FD, 0x0E, UI_EVENT_SOURCE/*UI_EVENT_3D*/},
  22. {0x02FD, 0x0C, UI_EVENT_ASPECT},
  23. {0x02FD, 0x1B, UI_EVENT_HOME},
  24. {0x02FD, 0x1A, UI_EVENT_EXIT},
  25. {0x02FD, 0x15, UI_EVENT_ENTER},
  26. {0x02FD, 0x12, UI_EVENT_UP},
  27. {0x02FD, 0x13, UI_EVENT_DOWN},
  28. {0x02FD, 0x11, UI_EVENT_LEFT},
  29. {0x02FD, 0x10, UI_EVENT_RIGHT},
  30. {0x02FD, 0x48, UI_EVENT_VOL_UP},
  31. {0x02FD, 0x40, UI_EVENT_VOL_DN},
  32. },
  33. {0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD, 0x02FD},
  34. IRNEC02FD_POWERON_KEY
  35. };