]>
Commit | Line | Data |
---|---|---|
9bfdedfb VZ |
1 | #define verti_width 16 |
2 | #define verti_height 16 | |
1780a38b | 3 | static unsigned char verti_bits[] = { |
9bfdedfb VZ |
4 | 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, |
5 | 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, | |
6 | 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, }; |