5 lines
199 B
C
5 lines
199 B
C
#define house_width 9
|
|
#define house_height 9
|
|
static unsigned char house_bits[] = {
|
|
0x90, 0x00, 0xa8, 0x00, 0x44, 0x00, 0x82, 0x00, 0x01, 0x01, 0xba, 0x00,
|
|
0xaa, 0x00, 0xaa, 0x00, 0xfe, 0x00 };
|