-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathIRcodes.h
72 lines (59 loc) · 2.05 KB
/
IRcodes.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
// Please use Arduino-IRremote/examples/IRrecvDemo from
// https://github.com/marcmerlin/Arduino-IRremote
// Multi color remote: https://www.amazon.com/gp/product/B00PBOJNZS
// http://htmlcolorcodes.com/
#define IR_RGBZONE_BRIGHT 0xFF3AC5
#define IR_RGBZONE_BRIGHT2 0xB3D4B87F
#define IR_RGBZONE_DIM 0xFFBA45
#define IR_RGBZONE_DIM2 0x44490A7B
#define IR_RGBZONE_NEXT 0xFF827D
#define IR_RGBZONE_NEXT2 0x3195A31F
#define IR_RGBZONE_POWER 0xFF02FD
#define IR_RGBZONE_POWER2 0xD7E84B1B
#define IR_RGBZONE_RED 0xFF1AE5
#define IR_RGBZONE_GREEN 0xFF9A65
#define IR_RGBZONE_BLUE 0xFFA25D
#define IR_RGBZONE_WHITE 0xFF22DD
#define IR_RGBZONE_RED2 0xFF2AD5
#define IR_RGBZONE_GREEN2 0xFFAA55
#define IR_RGBZONE_BLUE2 0xFF926D
#define IR_RGBZONE_PINK 0xFF12ED
#define IR_RGBZONE_ORANGE 0xFF0AF5
#define IR_RGBZONE_BLUE3 0xFF8A75
#define IR_RGBZONE_PURPLED 0xFFB24D
#define IR_RGBZONE_PINK2 0xFF32CD
#define IR_RGBZONE_ORANGE2 0xFF38C7
#define IR_RGBZONE_GREEN3 0xFFB847
#define IR_RGBZONE_PURPLE 0xFF7887
#define IR_RGBZONE_BLUEL 0xFFF807
#define IR_RGBZONE_YELLOW 0xFF18E7
#define IR_RGBZONE_GREEN4 0xFF9867
#define IR_RGBZONE_PURPLE2 0xFF58A7
#define IR_RGBZONE_BLUEL2 0xFFD827
#define IR_RGBZONE_REDp 0xFF28D7
#define IR_RGBZONE_GREENp 0xFFA857
#define IR_RGBZONE_BLUEp 0xFF6897
#define IR_RGBZONE_QUICK 0xFFE817
#define IR_RGBZONE_REDm 0xFF08F7
#define IR_RGBZONE_GREENm 0xFF8877
#define IR_RGBZONE_BLUEm 0xFF48B7
#define IR_RGBZONE_SLOW 0xFFC837
#define IR_RGBZONE_RU 0xFF28D7
#define IR_RGBZONE_RD 0xFF08F7
#define IR_RGBZONE_GU 0xFFA857
#define IR_RGBZONE_GD 0xFF8877
#define IR_RGBZONE_BU 0xFF6897
#define IR_RGBZONE_BD 0xFF48B7
#define IR_RGBZONE_DIY1 0xFF30CF
#define IR_RGBZONE_DIY2 0xFFB04F
#define IR_RGBZONE_DIY3 0xFF708F
#define IR_RGBZONE_AUTO 0xFFF00F
#define IR_RGBZONE_DIY4 0xFF10EF
#define IR_RGBZONE_DIY5 0xFF906F
#define IR_RGBZONE_DIY6 0xFF50AF
#define IR_RGBZONE_FLASH 0xFFD02F
#define IR_RGBZONE_JUMP3 0xFF20DF
#define IR_RGBZONE_JUMP7 0xFFA05F
#define IR_RGBZONE_FADE3 0xFF609F
#define IR_RGBZONE_FADE7 0xFFE01F
#define IR_JUNK 0xFFFFFFFF