Files
2017-10-19 12:40:28 -04:00

22 lines
297 B
Plaintext

#define mcsquare_width 16
#define mcsquare_height 16
static char mcsquare_bits[] = {
0x78, 0x00,
0x08, 0x00,
0x08, 0x1e,
0x78, 0x00,
0x08, 0x1e,
0x08, 0x00,
0x78, 0x00,
0x00, 0xf0,
0x00, 0x80,
0x00, 0x20,
0xbe, 0x17,
0xaa, 0xf0,
0xaa, 0x00,
0xaa, 0x00,
0xaa, 0x00,
0xa2, 0x07,
};