#define hand_mask_width 16
#define hand_mask_height 16
#define hand_mask_x_hot 8
#define hand_mask_y_hot 8
static char hand_mask_bits[] = {
   0x80, 0x00, 0xc0, 0x09, 0xc8, 0x1f, 0xdc, 0x1f, 0xdc, 0x1f, 0xfc, 0x5f,
   0xfc, 0xff, 0xf8, 0xff, 0xf8, 0xff, 0xfa, 0xff, 0xf7, 0xff, 0xff, 0x7f,
   0xfe, 0x7f, 0xfc, 0x7f, 0xf8, 0x3f, 0xf0, 0x3f};
