10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define wizzardl_width 24
|
|
#define wizzardl_height 24
|
|
static char wizzardl_bits[] = {
|
|
0x30,0x00,0x00,0x48,0x38,0x00,0x48,0xf8,0x00,0x70,0xe4,0x00,
|
|
0x60,0xe0,0x00,0x60,0xfc,0x00,0xc0,0x5e,0x00,0xc0,0xea,0x00,
|
|
0xc0,0x95,0x00,0xc0,0x22,0x01,0xa0,0x20,0x01,0xa0,0x43,0x03,
|
|
0xe0,0xc3,0x02,0x80,0xab,0x05,0x00,0x57,0x3b,0x00,0x03,0x0d,
|
|
0x00,0x43,0x01,0x00,0x4b,0x01,0x00,0x4a,0x01,0x00,0x8a,0x02,
|
|
0x00,0x92,0x02,0x00,0x01,0x04,0x00,0xff,0x0f,0x00,0x00,0x00};
|