1#define pawn_width 32
2#define pawn_height 32
3static unsigned char pawn_bits[] = {
4 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x01,
5 0x00,0x00,0x30,0x06,0x00,0x00,0x0c,0x18,0x00,0x00,0x03,0x60,0x00,0x80,0x00,
6 0x80,0x00,0x80,0x00,0x80,0x01,0x80,0xc0,0x80,0x01,0x40,0xd8,0x03,0x01,0x40,
7 0xd8,0x00,0x03,0x40,0xfc,0x0f,0x03,0x40,0xd0,0x02,0x03,0x20,0xc8,0x04,0x02,
8 0x20,0x44,0x08,0x06,0x20,0x00,0x03,0x06,0x20,0xc0,0x01,0x06,0x10,0x78,0x00,
9 0x04,0x10,0x00,0x00,0x0c,0x10,0xe0,0x07,0x0c,0x10,0x18,0x00,0x0c,0x08,0xf8,
10 0x07,0x08,0x08,0x18,0x03,0x18,0x08,0x18,0x03,0x18,0x08,0xfe,0x1f,0x18,0x04,
11 0x10,0x04,0x10,0x04,0x08,0x08,0x30,0x04,0x00,0x00,0x30,0x04,0x00,0x00,0x30,
12 0xfc,0xff,0xff,0x3f,0xf8,0xff,0xff,0x3f};
13