16c1f7f3 JS |
1 | #define cross_width 15 |
2 | #define cross_height 15 |
3 | static char cross_bits[] = { |
4 | 0x84, 0x10, 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, |
5 | 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, |
6 | 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10}; |