10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define pirate_width 24
|
|
#define pirate_height 24
|
|
static char pirate_bits[] = {
|
|
0x20, 0x8e, 0x08, 0xe0, 0xfd, 0x08, 0x80, 0x2a, 0x08, 0x00, 0x11, 0x08,
|
|
0x00, 0x0a, 0x08, 0x00, 0x0a, 0x08, 0x80, 0x71, 0x08, 0x60, 0xca, 0x08,
|
|
0x18, 0x04, 0x1d, 0x64, 0x40, 0x0f, 0x9c, 0xa0, 0x0c, 0x82, 0x20, 0x07,
|
|
0x0a, 0x1f, 0x00, 0x04, 0x15, 0x00, 0x80, 0x3f, 0x00, 0x80, 0x3f, 0x00,
|
|
0xc0, 0x7f, 0x00, 0xc0, 0x71, 0x00, 0xc0, 0x71, 0x00, 0x80, 0xe0, 0x00,
|
|
0x80, 0xe0, 0x00, 0x80, 0xc0, 0x00, 0x80, 0xc0, 0x01, 0x80, 0xc0, 0x01};
|