#define left_mask_width 16
#define left_mask_height 16
static char left_mask_bits[] = {
   0x00, 0x01, 0x80, 0x01, 0xc0, 0x01, 0xe0, 0x01, 0xf0, 0x01, 0xf8, 0x7f,
   0xfc, 0x7f, 0xfe, 0x7f, 0xfc, 0x7f, 0xf8, 0x7f, 0xf0, 0x01, 0xe0, 0x01,
   0xc0, 0x01, 0x80, 0x01, 0x00, 0x01, 0x00, 0x00};
