10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define galleon_width 24
|
|
#define galleon_height 24
|
|
static char galleon_bits[] = {
|
|
0x00,0x00,0x00,0xfc,0xff,0x01,0x08,0x80,0x00,0x28,0x93,0x00,
|
|
0x08,0x80,0x00,0x68,0x9a,0x08,0x08,0x80,0x18,0xf0,0x7f,0x28,
|
|
0x00,0x02,0x58,0xfc,0x7f,0x08,0x08,0x80,0x7f,0x08,0x40,0x81,
|
|
0x68,0xa9,0xb5,0x09,0x20,0x81,0xf3,0xd7,0xad,0x0d,0x0a,0x81,
|
|
0xf9,0x57,0xb5,0x02,0x00,0x81,0x52,0x55,0x5a,0x04,0x00,0x42,
|
|
0x8c,0xaa,0x52,0x38,0x00,0x24,0xe0,0xff,0x1f,0x00,0x00,0x00};
|