1 | #define dendroIrs_width 24 |
---|
2 | #define dendroIrs_height 24 |
---|
3 | static unsigned char dendroIrs_bits[] = { |
---|
4 | 0x00, 0x00, 0x00, 0xe0, 0xff, 0x3f, 0x20, 0x00, 0x00, 0xa0, 0x07, 0x00, |
---|
5 | 0xbe, 0xe7, 0x3f, 0xa2, 0x27, 0x00, 0xa2, 0xa7, 0x07, 0x22, 0xa0, 0x07, |
---|
6 | 0xe2, 0xbf, 0x07, 0x02, 0xa0, 0x07, 0x03, 0x20, 0x00, 0x02, 0xe0, 0x3f, |
---|
7 | 0x02, 0x00, 0x00, 0xe2, 0xff, 0x3f, 0x22, 0x00, 0x00, 0xa2, 0x07, 0x00, |
---|
8 | 0xbe, 0x87, 0x3f, 0xa0, 0x87, 0x00, 0xa0, 0x87, 0x1e, 0x20, 0x80, 0x1e, |
---|
9 | 0xe0, 0xff, 0x00, 0x20, 0x80, 0x3f, 0xa0, 0x87, 0x00, 0xa0, 0x87, 0x0e }; |
---|