#define cmask_width 16
#define cmask_height 16
#define cmask_x_hot 8
#define cmask_y_hot 7
static char cmask_bits[] = {
   0x80, 0x03, 0xc0, 0x07, 0xe0, 0x0f, 0xc0, 0x07, 0x88, 0x23, 0x9c, 0x73,
   0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0x9c, 0x73, 0x88, 0x23, 0xc0, 0x07,
   0xe0, 0x0f, 0xc0, 0x07, 0x80, 0x03, 0x00, 0x00};
