#define hand_width 16
#define hand_height 16
#define hand_x_hot 1
#define hand_y_hot 2
static char hand_bits[] = {
   0x00, 0x00, 0xfc, 0x01, 0x02, 0x02, 0x7c, 0x04, 0x08, 0x08, 0x70, 0x08,
   0x08, 0x08, 0x70, 0x14, 0x08, 0x22, 0x30, 0x41, 0xc0, 0x20, 0x40, 0x12,
   0x80, 0x08, 0x00, 0x05, 0x00, 0x02, 0x00, 0x00};
