10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define wizzardl_width 24
|
|
#define wizzardl_height 24
|
|
static char wizzardl_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x3e,0x00,0x00,0x7a,0x00,0x00,0x7a,0x00,
|
|
0x00,0x7c,0x00,0x00,0x3c,0x00,0x80,0xff,0x00,0xf0,0xff,0x01,
|
|
0xfc,0xff,0x03,0xf4,0xff,0x07,0xf4,0xfd,0x05,0x38,0xbe,0x05,
|
|
0x00,0x7e,0x07,0x00,0x7e,0x02,0x00,0x7e,0x00,0x00,0xff,0x00,
|
|
0x00,0xff,0x00,0x00,0xff,0x00,0x80,0xfd,0x00,0x80,0xfd,0x01,
|
|
0x80,0xfe,0x01,0xc0,0xff,0x03,0xc0,0xff,0x03,0x00,0x00,0x00};
|