#define lmover_mask_width 11
#define lmover_mask_height 11
#define lmover_mask_x_hot 6
#define lmover_mask_y_hot 5
static char lmover_mask_bits[] = {
   0x00, 0x00, 0x60, 0x00, 0x70, 0x00, 0xf8, 0x03, 0xfc, 0x07, 0xfe, 0x07,
   0xfc, 0x07, 0xf8, 0x07, 0xf0, 0x07, 0xe0, 0x00, 0xc0, 0x00};
