1
2
3
4
5
6
|
#define Xsad_width 16
#define Xsad_height 16
static char Xsad_bits[] = {
0xe0, 0x07, 0x18, 0x18, 0x04, 0x20, 0x02, 0x40, 0x32, 0x4c, 0x31, 0x8c,
0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0xe1, 0x87, 0xf1, 0x8f, 0x1a, 0x58,
0x02, 0x40, 0x04, 0x20, 0x18, 0x18, 0xe0, 0x07};
|