#define move_width 16 #define move_height 16 static unsigned char move_bits[] = { 0x80, 0x00, 0xc0, 0x01, 0xe0, 0x03, 0xf0, 0x07, 0xc8, 0x09, 0xcc, 0x19, 0xfe, 0x3f, 0xff, 0x7f, 0xfe, 0x3f, 0xcc, 0x19, 0xc8, 0x09, 0xf0, 0x07, 0xe0, 0x03, 0xc0, 0x01, 0x80, 0x00, 0x00, 0x00};