#define star_mask_width 7
#define star_mask_height 7
static unsigned char star_mask_bits[] = {
   0x04, 0x0c, 0x7c, 0x36, 0x1f, 0x18, 0x10};
