10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
#define dark_unicorn_width 24
|
|
#define dark_unicorn_height 24
|
|
static char dark_unicorn_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x3c, 0x02,
|
|
0xc0, 0x33, 0x03, 0xe0, 0xbb, 0x01, 0x78, 0xec, 0x00, 0xd7, 0x8b, 0x01,
|
|
0x10, 0xfd, 0x00, 0x6f, 0x9e, 0x00, 0xdf, 0xdb, 0x01, 0xbd, 0xfe, 0x00,
|
|
0x7e, 0x01, 0x00, 0xfd, 0x02, 0x00, 0xfb, 0x05, 0x00, 0xe2, 0x0b, 0x00,
|
|
0x8e, 0x17, 0x00, 0x52, 0x17, 0x00, 0xab, 0x0b, 0x00, 0xab, 0x05, 0x00,
|
|
0xd5, 0x02, 0x00, 0x6d, 0x01, 0x00, 0xaa, 0x00, 0x00, 0x59, 0x00, 0x00};
|