1/*
2Copyright notice:
3
4This is mine.  I'm only letting you use it.  Period.  Feel free to rip off
5any of the code you see fit, but have the courtesy to give me credit.
6Otherwise great hairy beasties will rip your eyes out and eat your flesh
7when you least expect it.
8
9Jonny Goldman <jonathan@think.com>
10
11Wed May  8 1991
12*/
13
14#define spacer2_width 32
15#define spacer2_height 16
16static char spacer2_bits[] = {
17   0x00, 0xf0, 0x0f, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x00,
18   0x00, 0xff, 0xff, 0x00, 0xc0, 0xff, 0xff, 0x03, 0xc0, 0xff, 0xff, 0x03,
19   0xf0, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0x0f, 0x38, 0xcf, 0xf3, 0x1c,
20   0x38, 0xcf, 0xf3, 0x1c, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
21   0xf0, 0x03, 0xc0, 0x0f, 0xf0, 0x03, 0xc0, 0x0f, 0xc0, 0x00, 0x00, 0x03,
22   0xc0, 0x00, 0x00, 0x03};
23