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, 0x50, 0x00,
|
|
0x00, 0x08, 0x00, 0x80, 0x47, 0x00, 0x70, 0x3b, 0x00, 0xd8, 0x1f, 0x00,
|
|
0xb8, 0x36, 0x00, 0xff, 0x0d, 0x00, 0x9f, 0x07, 0x00, 0x3f, 0x1c, 0x00,
|
|
0x7d, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x7d, 0x00, 0x00, 0xfb, 0x00, 0x00,
|
|
0xff, 0x01, 0x00, 0xdc, 0x03, 0x00, 0x9c, 0x03, 0x00, 0xcc, 0x01, 0x00,
|
|
0xe6, 0x00, 0x00, 0x77, 0x00, 0x00, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00};
|