10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define wiz_hat_width 24
|
|
#define wiz_hat_height 24
|
|
static unsigned char wiz_hat_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00,
|
|
0x00, 0x08, 0x00, 0x00, 0x08, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x1c, 0x00,
|
|
0x00, 0x1c, 0x00, 0x00, 0x36, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x3a, 0x00,
|
|
0x00, 0x7f, 0x00, 0x00, 0x5d, 0x00, 0x00, 0x43, 0x00, 0x80, 0xc3, 0x00,
|
|
0x80, 0x8f, 0x00, 0x80, 0xff, 0x00, 0xc0, 0x6f, 0x01, 0xc0, 0xfb, 0x01,
|
|
0x80, 0xff, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|