#define hero_mask_10_width 14
#define hero_mask_10_height 20
static unsigned char hero_mask_10_bits[] = {
   0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07, 0x80, 0x07, 0xc0, 0x03,
   0xf0, 0x03, 0xf8, 0x33, 0xf8, 0x37, 0xf8, 0x1f, 0xf8, 0x0f, 0xf8, 0x01,
   0xf0, 0x01, 0xe0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xf0, 0x03, 0xf8, 0x01,
   0xf0, 0x00, 0xc0, 0x00};
