10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define woodhouse_width 24
|
|
#define woodhouse_height 24
|
|
static char woodhouse_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x00, 0x20, 0x51, 0x03,
|
|
0x70, 0x8a, 0x04, 0x50, 0x51, 0x08, 0x58, 0x84, 0x0a, 0x84, 0x29, 0x12,
|
|
0x94, 0xa4, 0x28, 0x42, 0x51, 0x7f, 0x14, 0xfd, 0x20, 0x74, 0x06, 0x37,
|
|
0x54, 0xa1, 0x28, 0x54, 0x8b, 0x2a, 0x74, 0x81, 0x28, 0x54, 0x61, 0x27,
|
|
0x59, 0x0d, 0x20, 0x60, 0x01, 0x9f, 0x80, 0xf9, 0x00, 0x0a, 0x07, 0x10,
|
|
0x00, 0x08, 0x41, 0x44, 0x40, 0x09, 0x20, 0x04, 0x40, 0x22, 0x41, 0x02};
|