#define vertMask_width 16
#define vertMask_height 16
#define vertMask_x_hot 7
#define vertMask_y_hot 7
static char vertMask_bits[] = {
   0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f,
   0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03, 0x00, 0x00};
