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