#define leftMask_width 16
#define leftMask_height 16
#define leftMask_x_hot 15
#define leftMask_y_hot 8
static char leftMask_bits[] = {
   0x3f, 0x00, 0x3f, 0x07, 0xbf, 0x07, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0x07, 0xbf, 0x07, 0x3f, 0x07, 0x3f, 0x00};
