10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define para_earth_width 24
|
|
#define para_earth_height 24
|
|
static char para_earth_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00,
|
|
0xc0, 0xff, 0x03, 0xe0, 0xcc, 0x07, 0xf8, 0xff, 0x1f, 0xfc, 0xf1, 0x3c,
|
|
0xdc, 0xe1, 0x3f, 0xfc, 0x61, 0x34, 0x3c, 0x7f, 0x3c, 0xb4, 0x7f, 0x3c,
|
|
0xbe, 0xdf, 0x7c, 0xbe, 0xd5, 0x7c, 0xbc, 0xf7, 0x3c, 0x80, 0xe7, 0x00,
|
|
0xb2, 0x42, 0x01, 0x3e, 0x77, 0x3f, 0xbd, 0x1c, 0x18, 0x40, 0x00, 0x00};
|