#define pentagon10_width 16
#define pentagon10_height 16
static char pentagon10_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x40, 0x01, 0x20, 0x02,
   0x10, 0x04, 0x10, 0x04, 0x10, 0x04, 0x20, 0x02, 0xe0, 0x03, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
