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

22 lines
297 B
Plaintext

#define drawgrid_width 16
#define drawgrid_height 16
static char drawgrid_bits[] = {
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
0x49, 0x92,
0x49, 0x92,
0xff, 0xff,
};