10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define wizzardb_width 24
|
|
#define wizzardb_height 24
|
|
static char wizzardb_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x1e,0x00,0x00,0x3f,0x00,0x00,0x3f,0x00,
|
|
0x00,0x3f,0x00,0x00,0x1d,0x00,0x80,0xff,0x00,0xc0,0xff,0x03,
|
|
0xe0,0xff,0x0f,0xf0,0xff,0x1f,0xf0,0xbf,0x1f,0xf0,0x7f,0x1f,
|
|
0x70,0x7f,0x1e,0x20,0x7f,0x08,0x00,0x7f,0x00,0x80,0x7f,0x00,
|
|
0x80,0xff,0x00,0x80,0xff,0x00,0xc0,0xfb,0x00,0xc0,0xff,0x00,
|
|
0xc0,0xfb,0x01,0xe0,0xff,0x01,0xe0,0xff,0x01,0x00,0x00,0x00};
|