#define smstar_width 16
#define smstar_height 16
static char smstar_bits[] = {
   0xff, 0xff, 0x3f, 0xf8, 0x0f, 0xe0, 0x07, 0xc0, 0x07, 0xc0, 0x03, 0x80,
   0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x07, 0xc0, 0x07, 0xc0,
   0x0f, 0xe0, 0x3f, 0xf8, 0xff, 0xff, 0xff, 0xff};
