#define lupe_mask_width 16
#define lupe_mask_height 16
static char lupe_mask_bits[] = {
   0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x3f, 0xfe, 0x3f, 0xff, 0x7f,
   0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xfe, 0x3f, 0xfe, 0x3f,
   0xfc, 0x7f, 0xf8, 0xff, 0xe0, 0xf3, 0x00, 0xe0};
