#define triangle10_width 16
#define triangle10_height 16
static char triangle10_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
   0x80, 0x03, 0x40, 0x04, 0x40, 0x04, 0x20, 0x08, 0xe0, 0x0f, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
