#define horizMask_width 16
#define horizMask_height 16
#define horizMask_x_hot 7
#define horizMask_y_hot 8
static char horizMask_bits[] = {
   0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x3f,
   0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xfe, 0x3f, 0xfc, 0x1f,
   0xf8, 0x0f, 0xc0, 0x01, 0xc0, 0x01, 0xc0, 0x01};
