#define egg_mask_width 10
#define egg_mask_height 16
static unsigned char egg_mask_bits[] = {
   0x48, 0x00, 0xfc, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xff, 0x01,
   0xff, 0x01, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03,
   0xff, 0x03, 0xff, 0x01, 0xfe, 0x01, 0xfe, 0x00};
