#define lancer_mask_width 20
#define lancer_mask_height 9
static unsigned char lancer_mask_bits[] = {
   0x80, 0xff, 0x00, 0x87, 0xff, 0x00, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f,
   0xff, 0xff, 0x0f, 0xf7, 0xff, 0x0f, 0x00, 0xf0, 0x0d, 0x00, 0xe0, 0x01,
   0x00, 0xc0, 0x00};
