DIGILIGHT
ir_led_618.h
1 
12 #ifndef IR_LED_618_H_
13 #define IR_LED_618_H_
14 
15 #define IR_CH_PLUS 0xFF7FEFDF
16 //#define IR_CH_MINUS 0xFF7FDDAE
17 #define IR_NEXT 0xFF7FDF6F
18 #define IR_PREV 0xFF7FDFAF
19 //#define IR_VOL_PLUS 0xFF7FD7AB
20 //#define IR_VOL_MINUS 0xFF7FFFEF
21 #define IR_NUM_0 0xFF7FB76B
22 #define IR_NUM_1 0xFF7FDF77
23 #define IR_NUM_2 0xFF7FEF7B
24 #define IR_NUM_3 0xFF7FBD7A
25 #define IR_NUM_4 0xFF7FEF77
26 #define IR_NUM_5 0xFF7FDF7B
27 #define IR_NUM_6 0xFF7FAD5A
28 #define IR_NUM_7 0xFF7FBD5E
29 #define IR_NUM_8 0xFF7FB55A
30 #define IR_NUM_9 0xFF7FAD56
31 
32 #define IR_EQ 0xFF7FEFB7
33 #define IR_NUM_PLUS100 0xFF7FEFBB
34 #define IR_NUM_PLUS200 0xFF7FDFB7
35 #define IR_PLAY_PAUSE 0xFF7FFDDE
36 #define IR_CHANEL 0xFF7FBD6E
37 
38 #endif /* IR_LED_618_H_ */