#define starMask_width 16
#define starMask_height 16
#define starMask_x_hot 7
#define starMask_y_hot 7
static short starMask_bits[] = {
   0x01c0, 0x01c0, 0x1ddc, 0x1ffc,
   0x1ffc, 0x0ff8, 0x7fff, 0x7fff,
   0x7fff, 0x0ff8, 0x1ffc, 0x1ffc,
   0x1ddc, 0x01c0, 0x01c0, 0x0000};
