irtoshibaintex_map_table.c 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /********************************************************************
  2. ** File Name: IR501_map.c (IR501)
  3. **
  4. ** File Description: this file is sunplus ir 501 mapping table
  5. **
  6. ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved
  7. **
  8. ** History Information Description
  9. ** Date Author Modification
  10. **
  11. ********************************************************************/
  12. #include "irtoshibaintex_map.h"
  13. #include "app_event.h"
  14. // IR501 Mapping Table
  15. IRKeyInfo_t dIRTOSHIBAINTEX_info =
  16. {
  17. {
  18. {0x0e0e, 0x0c, UI_EVENT_POWER},
  19. {0x0e0e, 0x0d, UI_EVENT_MUTE},
  20. {0x0e0e, 0x01, UI_EVENT_1},
  21. {0x0e0e, 0x02, UI_EVENT_2},
  22. {0x0e0e, 0x03, UI_EVENT_3},
  23. {0x0e0e, 0x04, UI_EVENT_4},
  24. {0x0e0e, 0x05, UI_EVENT_5},
  25. {0x0e0e, 0x06, UI_EVENT_6},
  26. {0x0e0e, 0x07, UI_EVENT_7},
  27. {0x0e0e, 0x08, UI_EVENT_8},
  28. {0x0e0e, 0x09, UI_EVENT_9},
  29. {0x0e0e, 0x00, UI_EVENT_0},
  30. {0x0e0e, 0x16, UI_EVENT_RECALL},
  31. {0x0e0e, 0x11, UI_EVENT_SOURCE},
  32. {0x0e0e, 0x0f, UI_EVENT_MENU},
  33. {0x0e0e, 0xab, UI_EVENT_FREEZE},
  34. {0x0e0e, 0xac, UI_EVENT_EXIT},
  35. {0x0e0e, 0x42, UI_EVENT_UP},
  36. {0x0e0e, 0x43, UI_EVENT_DOWN},
  37. {0x0e0e, 0x44, UI_EVENT_LEFT},
  38. {0x0e0e, 0x45, UI_EVENT_RIGHT},
  39. {0x0e0e, 0x46, UI_EVENT_ENTER},
  40. {0x0e0e, 0x14, UI_EVENT_VOL_UP},
  41. {0x0e0e, 0x15, UI_EVENT_VOL_DN},
  42. {0x0e0e, 0x12, UI_EVENT_CH_UP},
  43. {0x0e0e, 0x13, UI_EVENT_CH_DN},
  44. {0x0e0e, 0x49, UI_EVENT_PIC_MOD},
  45. {0x0e0e, 0x4a, UI_EVENT_SND_MOD},
  46. {0x0e0e, 0x40, UI_EVENT_PLAY_PAUSE},
  47. {0x0e0e, 0x41, UI_EVENT_STOP},
  48. {0x0e0e, 0x47, UI_EVENT_ASPECT},
  49. {0x0e0e, 0x48, UI_EVENT_SLEEP},
  50. {0x0e0e, 0xa0, UI_EVENT_FR},
  51. {0x0e0e, 0xa1, UI_EVENT_FF},
  52. {0x0e0e, 0xa2, UI_EVENT_PREV},
  53. {0x0e0e, 0xa3, UI_EVENT_NEXT},
  54. {0x0e0e, 0x5b, UI_EVENT_EXIT},
  55. },
  56. {0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e, 0x0e0e},
  57. IRTOSHIBAINTEX_POWERON_KEY
  58. };