#define star_width 7
#define star_height 7
static unsigned char star_bits[] = {
   0x04, 0x00, 0x40, 0x00, 0x01, 0x00, 0x10};
