#define stars_mask_width 18
#define stars_mask_height 12
static unsigned char stars_mask_bits[] = {
   0x40, 0x00, 0x00, 0xc0, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x60, 0x03, 0x00,
   0xf0, 0x01, 0x00, 0x90, 0x05, 0x00, 0x18, 0x17, 0x01, 0xdf, 0xf7, 0x01,
   0xb6, 0xed, 0x00, 0x7c, 0xbf, 0x00, 0x0c, 0xf3, 0x01, 0x04, 0x39, 0x03};
