#define lfast_mask_width 16
#define lfast_mask_height 16
#define lfast_mask_x_hot 8
#define lfast_mask_y_hot 7
static char lfast_mask_bits[] = {
   0x80, 0xc1, 0xc0, 0xe1, 0xe0, 0xf1, 0xf0, 0xf9, 0xf8, 0xfd, 0xfc, 0xff,
   0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xfc, 0xff, 0xf8, 0xfd, 0xf0, 0xf9,
   0xe0, 0xf1, 0xc0, 0xe1, 0x80, 0xc1, 0x00, 0x00};
