#define hand_width 16 #define hand_height 16 #define hand_x_hot 12 #define hand_y_hot 1 static char hand_bits[] = { 0x00, 0x30, 0x00, 0x3c, 0x00, 0x0f, 0x80, 0x07, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf8, 0x07, 0xfa, 0x0f, 0xfe, 0x0f, 0xe3, 0x07, 0xc1, 0x03, 0xa1, 0x00, 0x82, 0x00, 0x64, 0x00, 0x38, 0x00};