10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define wand_2_width 24
|
|
#define wand_2_height 24
|
|
static char wand_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x80,0x10,0x00,0x80,0x08,0x00,0x20,0x61,
|
|
0x00,0x40,0x10,0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x00,0x03,
|
|
0x00,0xc0,0x0b,0x00,0xe0,0x10,0x00,0x60,0x10,0x00,0x38,0x00,
|
|
0x00,0x3c,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0f,0x00,
|
|
0xc0,0x07,0x00,0xf0,0x01,0x00,0x78,0x00,0x00,0x3c,0x00,0x00,
|
|
0x3c,0x00,0x00,0x1e,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00};
|