10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define monument_width 24
|
|
#define monument_height 24
|
|
static char monument_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0xe0, 0xff, 0x03, 0x10, 0x00, 0x04,
|
|
0x08, 0x00, 0x08, 0xc8, 0x76, 0x09, 0xc8, 0xf7, 0x09, 0x08, 0x00, 0x08,
|
|
0x08, 0x00, 0x08, 0x08, 0x00, 0x08, 0x88, 0xad, 0x09, 0x08, 0x00, 0x08,
|
|
0xc8, 0x96, 0x08, 0x08, 0x00, 0x08, 0xc8, 0xae, 0x08, 0x08, 0x00, 0x08,
|
|
0xc8, 0x6c, 0x09, 0x08, 0x00, 0x08, 0x48, 0x97, 0x09, 0x08, 0x00, 0x08,
|
|
0x08, 0x00, 0x08, 0x08, 0x00, 0x08, 0xf8, 0xff, 0x0f, 0x00, 0x00, 0x00};
|