10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
#define archangel_width 24
|
|
#define archangel_height 24
|
|
static unsigned char archangel_bits[] = {
|
|
0x80, 0xff, 0x01, 0xc1, 0xff, 0x03, 0xf6, 0x00, 0xcf, 0x3d, 0x10, 0x3c,
|
|
0xfe, 0x29, 0xff, 0xfc, 0x7c, 0x3f, 0xfe, 0x39, 0x7f, 0xf6, 0xb9, 0x6f,
|
|
0xff, 0x7e, 0xff, 0x63, 0x3f, 0xcc, 0x73, 0xbf, 0xdb, 0x83, 0xdf, 0xc6,
|
|
0xe7, 0xdf, 0xc5, 0xa5, 0xdf, 0xc7, 0xff, 0xde, 0xc5, 0xfb, 0xda, 0xc7,
|
|
0x6b, 0xde, 0xc5, 0x23, 0xde, 0xc7, 0x03, 0xba, 0xc3, 0x06, 0x76, 0x61,
|
|
0x06, 0xff, 0x60, 0x0c, 0xff, 0x31, 0x1c, 0xfb, 0x39, 0xb8, 0xfd, 0x1f};
|