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, 0x00, 0x00, 0x0a, 0x00,
|
|
0x00, 0x10, 0x00, 0x00, 0xe2, 0x01, 0x00, 0xdc, 0x0e, 0x00, 0xf8, 0x1b,
|
|
0x00, 0x6c, 0x1d, 0x00, 0xb0, 0xff, 0x00, 0xe0, 0xf9, 0x00, 0x38, 0xfc,
|
|
0x00, 0x00, 0xbe, 0x00, 0x00, 0x7e, 0x00, 0x00, 0xbe, 0x00, 0x00, 0xdf,
|
|
0x00, 0x80, 0xff, 0x00, 0xc0, 0x3b, 0x00, 0xc0, 0x39, 0x00, 0x80, 0x33,
|
|
0x00, 0x00, 0x67, 0x00, 0x00, 0xee, 0x00, 0x00, 0xcc, 0x00, 0x00, 0x00};
|