Commit | Line | Data |
---|---|---|
1 | #define verti_width 15 | |
2 | #define verti_height 15 | |
3 | static unsigned char verti_bits[] = { | |
4 | 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, | |
5 | 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, | |
6 | 0x84, 0x10, 0x84, 0x10, 0x84, 0x10}; |