10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
#define archangel_width 24
|
|
#define archangel_height 24
|
|
static unsigned char archangel_bits[] = {
|
|
0x00, 0x7e, 0x00, 0x88, 0x81, 0x11, 0x50, 0x00, 0x0a, 0x68, 0x10, 0x14,
|
|
0xf0, 0x29, 0x0f, 0xf0, 0x7c, 0x1f, 0xf8, 0x39, 0x17, 0xe8, 0xb9, 0x1f,
|
|
0xf8, 0x7e, 0x17, 0x64, 0x3f, 0x2c, 0x64, 0xbf, 0x2b, 0x84, 0xdf, 0x26,
|
|
0xe4, 0xdf, 0x25, 0xa4, 0xdf, 0x27, 0xfc, 0xde, 0x25, 0xfc, 0xda, 0x27,
|
|
0x6c, 0xde, 0x15, 0x0e, 0xdf, 0x17, 0x0a, 0xbd, 0x13, 0x11, 0x7b, 0x09,
|
|
0x90, 0xff, 0x08, 0xa0, 0xff, 0x04, 0xc0, 0xfd, 0x02, 0xc0, 0xff, 0x01};
|