blob: 0a2841ee2a4556e7b4ce423e47c8b999e31ab402 (
plain)
1
2
3
4
5
|
#define max_width 9
#define max_height 9
static unsigned char max_bits[] = {
0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
0x01, 0x01, 0x01, 0x01, 0xff, 0x01 };
|