]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | #define horiz_width 15 |
2 | #define horiz_height 15 | |
1780a38b | 3 | static unsigned char horiz_bits[] = { |
c801d85f KB |
4 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
5 | 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | |
6 | 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00}; |