1#define verti_width 16
2#define verti_height 16
3static unsigned char verti_bits[] = {
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, };
7