build_irhbt03_map_table.c 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /*
  2. * Notice!!!!
  3. * This file used to cramp out customer table for driver, you can't modify it manually,
  4. * if you need update some infomation, please edit the original file(irhbt03_map_table.c) directly.
  5. */
  6. /********************************************************************
  7. ** File Name: IR501_map.c (IR501)
  8. **
  9. ** File Description: this file is sunplus ir 501 mapping table
  10. **
  11. ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved
  12. **
  13. ** History Information Description
  14. ** Date Author Modification
  15. **
  16. ********************************************************************/
  17. #include "irhbt03_map.h"
  18. #include "app_event.h"
  19. IRKeyInfo_t dIRHBT03_info __attribute__((section(".customer.dIRHBT03_info"))) =
  20. {
  21. {
  22. {0x00BF, 0x00, UI_EVENT_POWER},
  23. {0x00BF, 0x01, UI_EVENT_MUTE},
  24. {0x00BF, 0x02, UI_EVENT_1},
  25. {0x00BF, 0x03, UI_EVENT_2},
  26. {0x00BF, 0x04, UI_EVENT_3},
  27. {0x00BF, 0x05, UI_EVENT_4},
  28. {0x00BF, 0x06, UI_EVENT_5},
  29. {0x00BF, 0x07, UI_EVENT_6},
  30. {0x00BF, 0x08, UI_EVENT_7},
  31. {0x00BF, 0x09, UI_EVENT_8},
  32. {0x00BF, 0x0a, UI_EVENT_9},
  33. {0x00BF, 0x0c, UI_EVENT_0},
  34. {0x00BF, 0x0f, UI_EVENT_SOURCE},
  35. {0x00BF, 0x10, UI_EVENT_ENTER},
  36. {0x00BF, 0x11, UI_EVENT_LEFT},
  37. {0x00BF, 0x12, UI_EVENT_RIGHT},
  38. {0x00BF, 0x13, UI_EVENT_UP},
  39. {0x00BF, 0x14, UI_EVENT_DOWN},
  40. {0x00BF, 0x15, UI_EVENT_EXIT},
  41. {0x00BF, 0x16, UI_EVENT_MENU},
  42. {0x00BF, 0x40, UI_EVENT_DISPLAY},
  43. {0x00BF, 0x41, UI_EVENT_TEXT},
  44. {0x00BF, 0x42, UI_EVENT_SUBTITLE},
  45. {0x00BF, 0x44, UI_EVENT_ASPECT},
  46. {0x00BF, 0x48, UI_EVENT_VOL_UP},
  47. {0x00BF, 0x49, UI_EVENT_VOL_DN},
  48. {0x00BF, 0x4a, UI_EVENT_CH_UP},
  49. {0x00BF, 0x4b, UI_EVENT_CH_DN},
  50. {0x00BF, 0x4c, UI_EVENT_RED},
  51. {0x00BF, 0x4d, UI_EVENT_GREEN},
  52. {0x00BF, 0x4e, UI_EVENT_YELLOW},
  53. {0x00BF, 0x4f, UI_EVENT_BLUE},
  54. {0x00BF, 0x51, UI_EVENT_PLAY_PAUSE},
  55. {0x00BF, 0x52, UI_EVENT_STOP},
  56. {0x00BF, 0x56, UI_EVENT_FR},
  57. {0x00BF, 0x57, UI_EVENT_FF},
  58. {0x00BF, 0x46, UI_EVENT_STOP},
  59. },
  60. {0x00BF, 0, 0, 0, 0, 0, 0, 0, 0, 0},
  61. IRHBT03_POWERON_KEY
  62. };