10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define wizzardr_width 24
|
|
#define wizzardr_height 24
|
|
static char wizzardr_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7c,0x00,0x00,0x7e,0x00,0x00,0x7e,0x00,
|
|
0x00,0x7e,0x00,0x00,0x3a,0x00,0x00,0xfe,0x00,0x00,0xff,0x07,
|
|
0x00,0xff,0x3f,0x80,0xff,0x3f,0x80,0x9f,0x3f,0xc0,0x7f,0x38,
|
|
0x40,0x7f,0x00,0x60,0x7f,0x00,0xe0,0x7f,0x00,0x00,0x7f,0x00,
|
|
0x00,0x7f,0x00,0x00,0x7f,0x00,0x00,0xff,0x00,0x00,0xfd,0x00,
|
|
0x80,0xfd,0x00,0x80,0xfe,0x01,0xc0,0xff,0x01,0x00,0x00,0x00};
|