#define launcher_mask_width 19
#define launcher_mask_height 12
static unsigned char launcher_mask_bits[] = {
   0x18, 0x00, 0x02, 0x10, 0x00, 0x02, 0x10, 0x00, 0x02, 0x1f, 0x0f, 0x02,
   0xff, 0xff, 0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x03, 0x1f, 0xc7, 0x00,
   0xbf, 0xc3, 0x00, 0xbe, 0xc1, 0x00, 0x3e, 0x00, 0x00, 0x3e, 0x00, 0x00};
