#define star_width 16 #define star_height 16 static char star_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x04, 0xa0, 0x02, 0xc0, 0x01, 0xf0, 0x07, 0xc0, 0x01, 0xa0, 0x02, 0x90, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};