1#define overstrike_width 16
2#define overstrike_height 16
3static unsigned char overstrike_bits[] = {
4   0x00, 0x00, 0xe0, 0x07, 0xf0, 0x0f, 0x30, 0x0c, 0x18, 0x18, 0x18, 0x18,
5   0x18, 0x18, 0xff, 0xff, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18,
6   0x30, 0x1c, 0xf0, 0x0f, 0xe0, 0x07, 0x00, 0x00};
7