]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | #define cross_width 15 |
2 | #define cross_height 15 | |
1780a38b | 3 | static unsigned char cross_bits[] = { |
c801d85f KB |
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}; |