10 lines
527 B
Plaintext
10 lines
527 B
Plaintext
#define mercury_width 24
|
|
#define mercury_height 24
|
|
static char mercury_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x01,
|
|
0x58, 0x83, 0x03, 0xac, 0x06, 0x00, 0x5c, 0x07, 0x00, 0xf0, 0x11, 0x08,
|
|
0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0xd7, 0x03, 0xc0, 0xaa, 0x0e,
|
|
0x60, 0x55, 0x15, 0xb0, 0xaa, 0x2a, 0x60, 0x55, 0x35, 0xc0, 0xaa, 0x1e,
|
|
0x80, 0xd7, 0x07, 0x00, 0x78, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x07,
|
|
0x00, 0x00, 0x02, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|