10 lines
516 B
Plaintext
10 lines
516 B
Plaintext
#define wig_width 24
|
|
#define wig_height 24
|
|
static char wig_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x37, 0x00, 0x80, 0x4d, 0x00, 0x80, 0x48, 0x00, 0x40, 0xbf, 0x00,
|
|
0xc0, 0xab, 0x00, 0xe0, 0xb5, 0x00, 0xa0, 0xea, 0x00, 0xe0, 0x55, 0x01,
|
|
0xa0, 0x6a, 0x03, 0xe0, 0x55, 0x01, 0xe0, 0x6a, 0x01, 0xa0, 0x55, 0x01,
|
|
0xdc, 0xab, 0x03, 0xf4, 0xde, 0x0d, 0x5c, 0x80, 0x0e, 0x68, 0x80, 0x04,
|
|
0x30, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|