10 lines
533 B
Plaintext
10 lines
533 B
Plaintext
#define unicorn_width 24
|
|
#define unicorn_height 24
|
|
static char unicorn_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x80, 0x01,
|
|
0x00, 0xb0, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x70, 0x00, 0x00, 0xe2, 0x03,
|
|
0x00, 0xbc, 0x0e, 0x00, 0xe8, 0x9b, 0x00, 0x60, 0xfd, 0x00, 0xa0, 0xff,
|
|
0x00, 0x00, 0xf8, 0x00, 0x00, 0xbc, 0x00, 0x00, 0x7c, 0x00, 0x00, 0xbe,
|
|
0x00, 0x00, 0xde, 0x00, 0x00, 0xfe, 0x00, 0x00, 0xff, 0x00, 0x80, 0xfb,
|
|
0x00, 0x80, 0x31, 0x00, 0x80, 0x73, 0x00, 0x00, 0xe7, 0x00, 0x00, 0xce};
|