olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.24k stars 313 forks source link

how to specify that a font is monospaced? #468

Closed waspinator closed 6 years ago

waspinator commented 6 years ago

I'm trying to generate a 36 point monospaced font (https://fonts.google.com/specimen/Roboto+Mono), but it doesn't behave properly on my LCD.

I converted RobotoMono-Regular.ttf to a bdf font using font forge, and then I converted the bdf font to a ug8 font using the bdf2ug8.exe utility.

These are the important parts of my sketch. One using a built in monospaced font (profont29), and one using my generated version (roboto36).

sprintf(g_output_string, "|%4d|", my_number);

void draw(void) 
{
  u8g.setFont(u8g_font_profont29);
  u8g.setFontPosTop();
  u8g.drawStr(20, 10, g_output_string);
}

void draw(void) 
{
  u8g.setFont(roboto36);
  u8g.setFontPosTop();
  u8g.drawStr(20, 10, g_output_string);
}

for the my_number = 4 I get these outputs:

I want to right align my numbers, and it works great using sprintf and the built in font, but not with the extra one.

const u8g_fntpgm_uint8_t roboto36[7415] U8G_FONT_SECTION("roboto36") = {
  0,21,41,0,246,26,6,251,15,164,32,255,248,31,246,30,
  248,255,4,26,26,22,9,0,224,224,224,224,224,224,224,224,
  224,224,224,224,224,224,224,224,224,224,0,0,0,0,224,240,
  240,224,9,9,18,22,6,19,225,128,225,128,225,128,225,128,
  225,128,225,128,225,128,225,128,225,128,20,26,78,22,1,0,
  0,193,192,0,193,128,1,195,128,1,195,128,1,131,128,1,
  131,0,1,131,0,127,255,240,127,255,240,127,255,240,3,6,
  0,3,6,0,7,6,0,7,14,0,7,14,0,6,14,0,
  255,255,192,255,255,192,255,255,192,14,28,0,12,28,0,12,
  24,0,12,24,0,28,56,0,28,56,0,24,56,0,16,35,
  70,22,3,252,1,192,1,192,1,192,1,192,7,224,31,248,
  63,252,60,62,120,14,112,15,112,15,112,7,112,7,120,0,
  120,0,62,0,31,128,15,240,7,248,0,252,0,62,0,15,
  0,15,0,7,224,7,224,7,240,7,112,15,124,30,63,252,
  31,248,7,224,1,128,1,128,1,128,20,26,78,22,1,0,
  62,0,0,127,0,0,255,128,0,227,128,0,193,131,0,193,
  134,0,193,142,0,227,140,0,255,156,0,127,24,0,28,56,
  0,0,112,0,0,96,0,0,224,0,0,199,128,1,207,192,
  1,159,224,3,152,112,7,56,112,6,56,112,14,56,112,4,
  56,112,0,24,112,0,31,224,0,15,224,0,7,128,19,26,
  78,22,2,0,3,224,0,15,240,0,31,248,0,28,60,0,
  60,28,0,56,28,0,56,28,0,60,56,0,28,120,0,30,
  240,0,15,224,0,15,192,0,15,128,0,31,192,0,61,193,
  192,121,225,192,240,241,192,240,121,192,224,59,128,224,63,128,
  224,31,0,240,15,0,120,31,128,127,255,128,63,251,192,15,
  193,224,2,9,9,22,9,19,192,192,192,192,192,192,192,192,
  192,10,37,74,22,6,248,0,128,1,128,3,192,7,0,14,
  0,14,0,28,0,28,0,56,0,56,0,120,0,112,0,112,
  0,112,0,112,0,240,0,240,0,240,0,240,0,240,0,240,
  0,240,0,112,0,112,0,112,0,112,0,112,0,56,0,56,
  0,56,0,28,0,28,0,14,0,7,0,3,128,1,192,0,
  128,9,37,74,22,6,248,128,0,192,0,224,0,112,0,56,
  0,56,0,28,0,30,0,14,0,14,0,7,0,7,0,7,
  0,7,0,7,128,3,128,3,128,3,128,3,128,3,128,3,
  128,3,128,7,128,7,128,7,0,7,0,7,0,15,0,14,
  0,14,0,28,0,28,0,56,0,112,0,112,0,224,0,128,
  0,17,18,54,22,3,4,1,192,0,1,192,0,1,192,0,
  1,192,0,1,192,0,65,193,0,241,143,0,255,191,128,127,
  255,0,7,240,0,3,192,0,7,224,0,14,112,0,14,120,
  0,28,56,0,60,28,0,24,28,0,8,8,0,18,19,57,
  22,2,3,1,192,0,1,192,0,1,192,0,1,192,0,1,
  192,0,1,192,0,1,192,0,1,192,0,255,255,192,255,255,
  192,255,255,192,1,192,0,1,192,0,1,192,0,1,192,0,
  1,192,0,1,192,0,1,192,0,1,192,0,5,10,10,22,
  6,250,56,56,56,56,56,56,120,112,240,96,13,3,6,22,
  4,10,255,248,255,248,255,248,5,5,5,22,9,0,112,248,
  248,248,112,14,28,56,22,4,254,0,28,0,24,0,56,0,
  56,0,112,0,112,0,112,0,224,0,224,0,192,1,192,1,
  192,3,128,3,128,3,128,7,0,7,0,6,0,14,0,14,
  0,28,0,28,0,28,0,56,0,56,0,48,0,112,0,240,
  0,16,26,52,22,3,0,7,224,31,248,63,252,120,30,112,
  14,224,14,224,7,224,7,224,15,224,31,224,127,224,247,225,
  231,231,135,239,7,254,7,248,7,240,7,224,7,224,7,224,
  14,112,14,120,30,63,252,31,248,7,224,10,26,52,22,4,
  0,1,192,15,192,63,192,255,192,251,192,195,192,131,192,3,
  192,3,192,3,192,3,192,3,192,3,192,3,192,3,192,3,
  192,3,192,3,192,3,192,3,192,3,192,3,192,3,192,3,
  192,3,192,3,192,17,26,78,22,2,0,7,224,0,31,248,
  0,63,252,0,120,62,0,240,30,0,224,14,0,224,15,0,
  224,15,0,0,14,0,0,14,0,0,30,0,0,28,0,0,
  60,0,0,120,0,0,240,0,1,224,0,3,192,0,7,128,
  0,7,0,0,14,0,0,28,0,0,60,0,0,120,0,0,
  255,255,128,255,255,128,255,255,128,16,26,52,22,2,0,7,
  224,31,248,63,252,120,30,240,14,224,14,224,14,0,14,0,
  14,0,30,0,60,7,248,7,240,7,252,0,30,0,14,0,
  15,0,7,0,7,224,7,224,15,240,14,120,30,127,252,31,
  248,7,224,19,26,78,22,1,0,0,30,0,0,30,0,0,
  62,0,0,62,0,0,126,0,0,254,0,0,238,0,1,206,
  0,3,206,0,3,142,0,7,14,0,15,14,0,14,14,0,
  28,14,0,28,14,0,56,14,0,112,14,0,127,255,224,255,
  255,224,255,255,224,0,14,0,0,14,0,0,14,0,0,14,
  0,0,14,0,0,14,0,16,26,52,22,3,0,63,255,63,
  255,63,255,56,0,56,0,56,0,56,0,56,0,57,224,127,
  248,127,252,124,62,16,14,0,15,0,7,0,7,0,7,0,
  7,0,7,240,7,112,15,112,15,60,30,63,252,31,248,7,
  224,17,26,78,22,2,0,0,120,0,3,248,0,7,248,0,
  15,128,0,30,0,0,60,0,0,56,0,0,120,0,0,112,
  224,0,119,248,0,127,252,0,126,30,0,120,15,0,240,7,
  0,240,7,0,240,7,128,240,7,128,112,7,128,112,7,128,
  112,7,0,120,7,0,56,15,0,60,30,0,31,254,0,15,
  248,0,3,240,0,17,26,78,22,2,0,255,255,128,255,255,
  128,255,255,128,0,7,128,0,7,0,0,7,0,0,14,0,
  0,14,0,0,28,0,0,28,0,0,56,0,0,56,0,0,
  120,0,0,112,0,0,240,0,0,224,0,0,224,0,1,192,
  0,1,192,0,3,192,0,3,128,0,7,128,0,7,0,0,
  15,0,0,14,0,0,30,0,0,16,26,52,22,3,0,7,
  224,31,248,63,252,124,30,120,14,112,15,112,7,112,15,112,
  15,120,14,60,60,31,248,15,240,31,252,56,30,112,15,240,
  7,224,7,224,7,224,7,240,7,112,15,120,30,63,254,31,
  248,7,224,16,26,52,22,3,0,7,192,31,240,63,248,120,
  60,240,30,224,14,224,14,224,14,224,15,224,15,224,15,224,
  15,240,31,120,63,127,255,63,238,15,206,0,14,0,14,0,
  30,0,28,0,56,0,248,31,240,31,192,31,0,5,20,20,
  22,10,0,112,248,248,248,112,0,0,0,0,0,0,0,0,
  0,0,112,248,248,248,112,7,26,26,22,8,250,28,62,62,
  62,28,0,0,0,0,0,0,0,0,0,0,0,56,56,56,
  56,56,56,120,112,240,96,15,16,32,22,3,3,0,6,0,
  30,0,126,3,252,15,224,63,128,252,0,240,0,252,0,127,
  0,15,224,3,248,0,254,0,62,0,6,0,2,16,10,20,
  22,3,7,255,255,255,255,255,255,0,0,0,0,0,0,0,
  0,255,255,255,255,255,255,16,16,32,22,3,3,192,0,240,
  0,254,0,127,128,15,224,1,252,0,63,0,15,0,63,1,
  252,15,240,63,192,254,0,248,0,224,0,128,0,15,26,52,
  22,3,0,7,224,31,248,63,252,120,30,112,14,240,14,0,
  14,0,14,0,14,0,30,0,60,0,60,0,120,0,240,1,
  224,3,192,3,128,3,128,3,128,0,0,0,0,0,0,3,
  128,3,192,3,192,3,128,19,26,78,22,1,0,0,252,0,
  3,254,0,7,255,128,14,3,128,28,1,192,56,120,192,48,
  252,96,113,252,96,99,140,96,99,12,96,99,12,96,231,12,
  96,198,12,96,198,12,96,198,12,96,198,12,96,199,28,96,
  231,252,192,99,239,128,97,199,0,112,0,0,56,0,0,60,
  4,0,31,252,0,15,252,0,3,248,0,20,26,78,22,1,
  0,0,112,0,0,240,0,0,240,0,0,248,0,1,248,0,
  1,248,0,1,248,0,3,156,0,3,156,0,3,156,0,7,
  14,0,7,14,0,7,14,0,14,7,0,14,7,0,14,7,
  0,31,255,128,31,255,128,31,255,128,60,3,192,56,1,192,
  56,1,192,56,1,192,112,0,224,112,0,224,240,0,240,17,
  26,78,22,3,0,255,224,0,255,248,0,255,252,0,224,30,
  0,224,15,0,224,7,0,224,7,0,224,7,0,224,15,0,
  224,14,0,224,62,0,255,248,0,255,248,0,255,252,0,224,
  30,0,224,15,0,224,7,0,224,7,128,224,7,128,224,7,
  128,224,7,0,224,15,0,224,31,0,255,254,0,255,252,0,
  255,224,0,18,26,78,22,2,0,3,240,0,15,252,0,31,
  254,0,60,15,0,120,7,128,112,3,128,112,3,128,240,3,
  192,224,0,0,224,0,0,224,0,0,224,0,0,224,0,0,
  224,0,0,224,0,0,224,0,0,224,0,0,224,0,0,240,
  3,192,112,3,128,112,3,128,120,7,128,60,15,0,31,254,
  0,15,252,0,3,240,0,17,26,78,22,3,0,255,128,0,
  255,240,0,255,248,0,224,124,0,224,30,0,224,14,0,224,
  15,0,224,7,0,224,7,128,224,7,128,224,3,128,224,3,
  128,224,3,128,224,3,128,224,3,128,224,3,128,224,7,128,
  224,7,128,224,7,0,224,15,0,224,14,0,224,30,0,224,
  124,0,255,248,0,255,240,0,255,128,0,16,26,52,22,3,
  0,255,255,255,255,255,255,224,0,224,0,224,0,224,0,224,
  0,224,0,224,0,224,0,255,252,255,252,255,252,224,0,224,
  0,224,0,224,0,224,0,224,0,224,0,224,0,224,0,255,
  255,255,255,255,255,16,26,52,22,3,0,255,255,255,255,255,
  255,240,0,240,0,240,0,240,0,240,0,240,0,240,0,240,
  0,255,252,255,252,255,252,240,0,240,0,240,0,240,0,240,
  0,240,0,240,0,240,0,240,0,240,0,240,0,240,0,18,
  26,78,22,2,0,3,240,0,15,252,0,31,254,0,60,15,
  0,120,7,128,112,3,128,112,3,128,240,0,64,224,0,0,
  224,0,0,224,0,0,224,0,0,224,127,192,224,127,192,224,
  127,192,224,3,192,224,3,192,224,3,192,240,3,192,112,3,
  192,120,3,192,56,3,192,62,7,128,31,255,0,15,254,0,
  3,248,0,17,26,78,22,2,0,240,3,128,240,3,128,240,
  3,128,240,3,128,240,3,128,240,3,128,240,3,128,240,3,
  128,240,3,128,240,3,128,240,3,128,255,255,128,255,255,128,
  255,255,128,240,3,128,240,3,128,240,3,128,240,3,128,240,
  3,128,240,3,128,240,3,128,240,3,128,240,3,128,240,3,
  128,240,3,128,240,3,128,16,26,52,22,3,0,255,255,255,
  255,255,255,3,128,3,128,3,128,3,128,3,128,3,128,3,
  128,3,128,3,128,3,128,3,128,3,128,3,128,3,128,3,
  128,3,128,3,128,3,128,3,128,3,128,255,255,255,255,255,
  255,16,26,52,22,2,0,0,7,0,7,0,7,0,7,0,
  7,0,7,0,7,0,7,0,7,0,7,0,7,0,7,0,
  7,0,7,0,7,0,7,0,7,0,7,224,7,224,7,240,
  15,112,15,120,30,63,252,31,248,7,224,18,26,78,22,3,
  0,224,7,128,224,15,0,224,30,0,224,30,0,224,60,0,
  224,120,0,224,240,0,225,224,0,225,224,0,227,192,0,231,
  128,0,239,0,0,255,128,0,255,192,0,253,192,0,249,224,
  0,240,240,0,224,240,0,224,120,0,224,60,0,224,60,0,
  224,30,0,224,15,0,224,15,0,224,7,128,224,3,192,16,
  26,52,22,3,0,240,0,240,0,240,0,240,0,240,0,240,
  0,240,0,240,0,240,0,240,0,240,0,240,0,240,0,240,
  0,240,0,240,0,240,0,240,0,240,0,240,0,240,0,240,
  0,240,0,255,255,255,255,255,255,16,26,52,22,3,0,240,
  15,240,15,240,31,248,31,248,31,248,63,252,63,252,63,236,
  119,238,119,238,119,230,231,231,231,231,231,231,199,227,199,227,
  135,227,135,225,135,224,7,224,7,224,7,224,7,224,7,224,
  7,224,7,16,26,52,22,3,0,224,7,240,7,240,7,248,
  7,248,7,252,7,252,7,254,7,238,7,239,7,231,7,231,
  135,227,135,227,199,225,199,225,231,224,231,224,247,224,119,224,
  127,224,63,224,63,224,31,224,15,224,15,224,7,18,26,78,
  22,2,0,3,240,0,15,252,0,31,254,0,60,30,0,56,
  7,0,112,7,128,112,3,128,240,3,128,224,3,128,224,3,
  192,224,3,192,224,3,192,224,3,192,224,3,192,224,3,192,
  224,3,192,224,3,192,224,3,128,240,3,128,112,3,128,112,
  7,128,56,7,0,60,30,0,31,254,0,15,252,0,3,240,
  0,17,26,78,22,3,0,255,240,0,255,252,0,255,254,0,
  240,15,0,240,7,0,240,7,128,240,3,128,240,3,128,240,
  3,128,240,3,128,240,7,128,240,15,0,240,31,0,255,254,
  0,255,248,0,255,224,0,240,0,0,240,0,0,240,0,0,
  240,0,0,240,0,0,240,0,0,240,0,0,240,0,0,240,
  0,0,240,0,0,18,30,90,22,2,252,3,240,0,15,252,
  0,31,254,0,60,15,0,120,7,0,112,7,128,112,3,128,
  224,3,128,224,3,192,224,1,192,224,1,192,224,1,192,224,
  1,192,224,1,192,224,1,192,224,1,192,224,1,192,224,3,
  192,224,3,128,112,3,128,112,7,128,120,7,0,60,15,0,
  31,254,0,15,252,0,3,255,0,0,15,128,0,7,192,0,
  3,192,0,0,128,17,26,78,22,3,0,255,224,0,255,248,
  0,255,252,0,224,30,0,224,15,0,224,7,0,224,7,0,
  224,7,0,224,7,0,224,7,0,224,15,0,224,30,0,255,
  252,0,255,248,0,255,240,0,224,112,0,224,120,0,224,56,
  0,224,60,0,224,28,0,224,28,0,224,30,0,224,14,0,
  224,15,0,224,7,0,224,7,128,18,26,78,22,2,0,3,
  240,0,15,252,0,31,255,0,60,15,0,120,7,128,112,3,
  128,112,3,192,112,3,192,120,0,0,124,0,0,62,0,0,
  31,192,0,15,248,0,3,252,0,0,127,0,0,15,128,0,
  7,128,0,3,192,224,3,192,240,3,192,240,3,192,120,3,
  128,60,15,128,63,255,0,15,254,0,3,248,0,19,26,78,
  22,1,0,255,255,224,255,255,224,255,255,224,0,224,0,0,
  224,0,0,224,0,0,224,0,0,224,0,0,224,0,0,224,
  0,0,224,0,0,224,0,0,224,0,0,224,0,0,224,0,
  0,224,0,0,224,0,0,224,0,0,224,0,0,224,0,0,
  224,0,0,224,0,0,224,0,0,224,0,0,224,0,0,224,
  0,17,26,78,22,2,0,240,3,128,240,3,128,240,3,128,
  240,3,128,240,3,128,240,3,128,240,3,128,240,3,128,240,
  3,128,240,3,128,240,3,128,240,3,128,240,3,128,240,3,
  128,240,3,128,240,3,128,240,3,128,240,3,128,112,3,128,
  112,3,128,112,7,128,120,7,0,60,31,0,31,254,0,15,
  252,0,3,240,0,19,26,78,22,1,0,240,0,224,112,1,
  224,112,1,192,120,1,192,56,3,192,56,3,192,60,3,128,
  28,3,128,28,7,128,30,7,0,14,7,0,14,15,0,14,
  14,0,15,14,0,7,30,0,7,28,0,7,156,0,3,156,
  0,3,188,0,3,184,0,1,248,0,1,248,0,1,240,0,
  0,240,0,0,240,0,0,224,0,20,26,78,22,1,0,224,
  112,112,240,240,112,112,240,224,112,240,224,112,240,224,112,240,
  224,113,248,224,113,248,224,113,248,224,113,216,224,49,152,224,
  57,153,192,59,157,192,59,157,192,59,157,192,59,141,192,59,
  13,192,59,15,192,63,15,192,31,15,128,31,15,128,31,7,
  128,30,7,128,30,7,128,30,7,128,30,7,128,19,26,78,
  22,2,0,240,3,192,112,3,192,120,7,128,56,7,0,60,
  15,0,30,30,0,30,30,0,15,60,0,7,56,0,7,248,
  0,3,240,0,3,240,0,1,224,0,1,224,0,3,240,0,
  3,240,0,7,184,0,15,60,0,14,28,0,30,30,0,28,
  14,0,60,15,0,56,7,0,120,7,128,240,3,192,240,3,
  224,19,26,78,22,1,0,240,1,224,112,1,192,120,3,192,
  56,3,128,60,7,128,28,7,0,30,15,0,14,14,0,15,
  14,0,7,30,0,7,156,0,3,188,0,3,184,0,1,248,
  0,1,240,0,0,240,0,0,224,0,0,224,0,0,224,0,
  0,224,0,0,224,0,0,224,0,0,224,0,0,224,0,0,
  224,0,0,224,0,17,26,78,22,2,0,255,255,0,255,255,
  0,255,255,128,0,15,0,0,14,0,0,30,0,0,60,0,
  0,56,0,0,120,0,0,112,0,0,240,0,1,224,0,1,
  192,0,3,192,0,3,128,0,7,128,0,15,0,0,14,0,
  0,30,0,0,60,0,0,56,0,0,120,0,0,112,0,0,
  255,255,128,255,255,128,255,255,128,7,36,36,22,7,250,254,
  254,254,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
  240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
  254,254,254,14,28,56,22,4,254,224,0,112,0,112,0,112,
  0,56,0,56,0,56,0,28,0,28,0,14,0,14,0,14,
  0,7,0,7,0,7,0,3,128,3,128,1,192,1,192,1,
  192,0,224,0,224,0,224,0,112,0,112,0,56,0,56,0,
  60,7,36,36,22,7,250,254,254,254,14,14,14,14,14,14,
  14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
  14,14,14,14,14,14,14,14,254,254,254,14,14,28,22,4,
  12,7,0,7,128,7,128,15,128,15,192,29,192,28,224,28,
  224,56,224,56,112,112,112,112,56,112,56,224,60,16,3,6,
  22,3,253,255,255,255,255,255,255,7,5,5,22,7,22,248,
  56,60,28,14,16,20,40,22,3,0,15,224,63,248,127,252,
  120,30,240,14,0,14,0,14,3,254,31,254,127,254,124,14,
  240,14,224,14,224,14,224,14,224,30,240,62,127,254,63,239,
  15,143,16,28,56,22,3,0,224,0,224,0,224,0,224,0,
  224,0,224,0,224,0,224,0,227,224,239,248,255,252,248,62,
  240,14,224,15,224,15,224,7,224,7,224,7,224,7,224,7,
  224,7,224,15,224,15,240,30,248,62,255,252,239,248,227,224,
  16,20,40,22,3,0,7,224,31,248,63,252,120,30,112,14,
  240,15,224,7,224,0,224,0,224,0,224,0,224,0,224,0,
  224,7,240,7,112,14,120,30,63,252,31,248,7,224,17,28,
  84,22,2,0,0,7,128,0,7,128,0,7,128,0,7,128,
  0,7,128,0,7,128,0,7,128,0,7,128,7,231,128,15,
  247,128,31,255,128,60,31,128,120,7,128,120,7,128,112,7,
  128,112,7,128,240,7,128,240,7,128,240,7,128,240,7,128,
  112,7,128,112,7,128,120,7,128,56,7,128,60,15,128,31,
  255,128,15,255,128,7,231,128,17,20,60,22,2,0,3,240,
  0,15,252,0,31,254,0,60,15,0,56,7,0,120,7,128,
  112,3,128,112,3,128,255,255,128,255,255,128,255,255,128,240,
  0,0,112,0,0,112,0,0,120,0,0,56,3,0,62,7,
  128,31,255,0,15,254,0,3,248,0,17,29,87,22,3,0,
  0,30,0,0,255,128,1,255,128,3,192,128,7,128,0,7,
  128,0,7,0,0,7,0,0,7,0,0,255,255,0,255,255,
  0,255,255,0,7,0,0,7,0,0,7,0,0,7,0,0,
  7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,
  0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,
  0,7,0,0,7,0,0,17,28,84,22,2,248,7,227,128,
  15,255,128,31,255,128,60,31,128,120,7,128,120,7,128,112,
  7,128,112,7,128,240,7,128,240,7,128,240,7,128,112,7,
  128,112,7,128,112,7,128,120,7,128,56,7,128,60,15,128,
  31,255,128,15,255,128,7,231,128,0,7,0,0,7,0,16,
  7,0,48,15,0,120,30,0,63,254,0,31,248,0,3,240,
  0,16,28,56,22,3,0,224,0,224,0,224,0,224,0,224,
  0,224,0,224,0,224,0,225,240,231,252,239,252,252,30,240,
  14,224,15,224,15,224,7,224,7,224,7,224,7,224,7,224,
  7,224,7,224,7,224,7,224,7,224,7,224,7,224,7,16,
  26,52,22,4,0,3,128,3,128,3,192,3,128,0,0,0,
  0,255,128,255,128,255,128,3,128,3,128,3,128,3,128,3,
  128,3,128,3,128,3,128,3,128,3,128,3,128,3,128,3,
  128,3,128,255,255,255,255,255,255,11,34,68,22,4,248,0,
  192,1,224,1,224,0,192,0,0,0,0,127,224,127,224,127,
  224,0,224,0,224,0,224,0,224,0,224,0,224,0,224,0,
  224,0,224,0,224,0,224,0,224,0,224,0,224,0,224,0,
  224,0,224,0,224,1,224,1,224,1,192,3,192,255,128,255,
  0,254,0,17,28,84,22,3,0,224,0,0,224,0,0,224,
  0,0,224,0,0,224,0,0,224,0,0,224,0,0,224,0,
  0,224,31,0,224,60,0,224,120,0,224,240,0,225,240,0,
  225,224,0,227,192,0,231,128,0,239,0,0,255,128,0,255,
  192,0,251,192,0,241,224,0,224,240,0,224,120,0,224,120,
  0,224,60,0,224,30,0,224,15,0,224,15,128,16,28,56,
  22,4,0,255,128,255,128,255,128,3,128,3,128,3,128,3,
  128,3,128,3,128,3,128,3,128,3,128,3,128,3,128,3,
  128,3,128,3,128,3,128,3,128,3,128,3,128,3,128,3,
  128,3,128,3,128,255,255,255,255,255,255,18,20,60,22,2,
  0,239,159,0,255,255,128,255,255,192,225,227,192,225,193,192,
  225,193,192,225,193,192,225,193,192,225,193,192,225,193,192,225,
  193,192,225,193,192,225,193,192,225,193,192,225,193,192,225,193,
  192,225,193,192,225,193,192,225,193,192,225,193,192,16,20,40,
  22,3,0,225,240,231,252,239,252,248,30,240,14,240,15,224,
  15,224,15,224,15,224,15,224,15,224,15,224,15,224,15,224,
  15,224,15,224,15,224,15,224,15,224,15,17,20,60,22,2,
  0,3,240,0,15,252,0,31,254,0,60,31,0,120,7,0,
  112,7,128,112,3,128,240,3,128,224,3,128,224,3,128,224,
  3,128,224,3,128,240,3,128,112,3,128,112,7,128,120,7,
  0,60,31,0,31,254,0,15,252,0,3,240,0,16,28,56,
  22,3,248,227,224,239,248,255,252,248,62,240,30,224,14,224,
  15,224,7,224,7,224,7,224,7,224,7,224,7,224,15,224,
  14,240,30,248,62,255,252,239,248,227,224,224,0,224,0,224,
  0,224,0,224,0,224,0,224,0,224,0,17,28,84,22,2,
  248,7,231,128,15,255,128,31,255,128,60,15,128,120,7,128,
  120,7,128,112,7,128,112,7,128,240,7,128,240,7,128,240,
  7,128,112,7,128,112,7,128,112,7,128,120,7,128,120,7,
  128,60,15,128,31,255,128,15,255,128,7,231,128,0,7,128,
  0,7,128,0,7,128,0,7,128,0,7,128,0,7,128,0,
  7,128,0,7,128,13,20,40,22,6,0,225,248,231,248,255,
  248,252,0,240,0,240,0,224,0,224,0,224,0,224,0,224,
  0,224,0,224,0,224,0,224,0,224,0,224,0,224,0,224,
  0,224,0,16,20,40,22,3,0,7,224,31,248,63,252,120,
  30,112,15,112,15,112,0,120,0,63,0,31,240,7,252,0,
  126,0,15,0,15,224,7,240,15,120,30,63,254,31,252,7,
  240,16,25,50,22,3,0,15,0,15,0,15,0,15,0,15,
  0,255,254,255,254,255,254,15,0,15,0,15,0,15,0,15,
  0,15,0,15,0,15,0,15,0,15,0,15,0,7,0,7,
  0,7,128,7,254,3,255,0,252,16,20,40,22,3,0,224,
  15,224,15,224,15,224,15,224,15,224,15,224,15,224,15,224,
  15,224,15,224,15,224,15,224,15,224,15,240,15,112,31,120,
  63,63,255,63,239,15,199,18,20,60,22,2,0,224,3,192,
  240,3,128,112,3,128,112,7,0,120,7,0,56,15,0,56,
  14,0,28,14,0,28,30,0,30,28,0,14,28,0,14,56,
  0,7,56,0,7,56,0,7,112,0,3,240,0,3,224,0,
  1,224,0,1,224,0,1,192,0,20,20,60,22,1,0,224,
  96,112,224,224,112,224,240,96,96,240,224,112,240,224,112,240,
  224,113,240,224,113,184,192,49,152,192,49,153,192,59,153,192,
  59,157,192,59,13,128,27,13,128,31,13,128,31,13,128,30,
  15,128,30,7,0,14,7,0,14,7,0,18,20,60,22,2,
  0,240,3,192,120,7,128,60,15,0,28,30,0,30,30,0,
  15,60,0,7,248,0,7,240,0,3,240,0,1,224,0,1,
  224,0,3,240,0,7,248,0,7,56,0,15,60,0,30,30,
  0,60,14,0,56,7,0,120,7,128,240,3,192,19,28,84,
  22,1,248,240,1,224,112,1,224,120,1,192,56,3,192,60,
  3,128,28,3,128,28,7,128,30,7,0,14,15,0,15,14,
  0,7,14,0,7,30,0,3,156,0,3,156,0,3,248,0,
  1,248,0,1,240,0,0,240,0,0,240,0,0,224,0,0,
  224,0,1,192,0,1,192,0,3,128,0,7,128,0,63,0,
  0,62,0,0,60,0,0,16,20,40,22,3,0,255,254,255,
  254,255,254,0,30,0,60,0,120,0,240,1,224,1,224,3,
  192,7,128,15,0,15,0,30,0,60,0,120,0,120,0,255,
  255,255,255,255,255,12,36,72,22,6,249,0,96,1,240,3,
  192,3,128,7,0,7,0,7,0,7,0,7,0,7,0,7,
  0,7,0,7,0,15,0,14,0,14,0,60,0,248,0,240,
  0,252,0,30,0,14,0,15,0,15,0,7,0,7,0,7,
  0,7,0,7,0,7,0,7,0,7,0,3,128,3,192,1,
  240,0,96,2,34,34,22,10,248,192,192,192,192,192,192,192,
  192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,
  192,192,192,192,192,192,192,192,192,192,192,12,36,72,22,6,
  249,192,0,240,0,120,0,60,0,28,0,28,0,28,0,30,
  0,30,0,30,0,30,0,30,0,30,0,14,0,14,0,15,
  0,7,128,3,240,1,240,3,240,7,0,14,0,14,0,30,
  0,30,0,30,0,30,0,30,0,30,0,30,0,28,0,28,
  0,60,0,120,0,240,0,192,0,20,7,21,22,1,7,31,
  0,0,63,128,112,127,224,112,225,240,224,224,127,224,192,63,
  192,0,15,128,255,255,255,255,255,255,255,255,255,255,255,255,
  255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
  255,255,255,255,255,0,0,0,22,0,1,4,27,27,22,9,
  249,224,240,240,224,0,0,0,0,0,224,224,224,224,224,224,
  224,224,224,224,224,224,224,224,224,224,224,224,16,28,56,22,
  3,252,3,192,3,192,3,192,3,192,3,224,31,248,63,252,
  124,62,120,14,240,15,224,7,224,0,224,0,224,0,224,0,
  224,0,224,0,224,7,240,7,112,14,124,62,63,252,15,248,
  3,192,3,192,3,192,3,192,3,192,18,26,78,22,2,0,
  1,252,0,7,254,0,15,255,0,15,7,128,30,3,128,28,
  3,192,28,3,192,28,0,0,28,0,0,28,0,0,28,0,
  0,28,0,0,255,240,0,255,240,0,255,240,0,28,0,0,
  28,0,0,28,0,0,28,0,0,28,0,0,28,0,0,28,
  0,0,60,0,0,255,255,192,255,255,192,255,255,192,19,20,
  60,22,2,0,32,0,128,99,241,128,255,255,224,127,255,192,
  62,15,128,56,7,128,120,3,128,112,3,128,112,1,192,224,
  1,192,224,1,192,224,1,192,112,1,192,112,3,128,120,3,
  128,56,7,128,124,15,128,255,255,224,255,253,192,99,240,128,
  20,26,78,22,1,0,240,0,240,240,1,224,120,1,224,56,
  3,192,60,3,128,28,7,128,30,7,0,14,15,0,15,14,
  0,7,30,0,3,156,0,3,248,0,1,248,0,127,255,192,
  127,255,192,0,224,0,0,224,0,127,255,192,127,255,192,127,
  255,192,0,224,0,0,224,0,0,224,0,0,224,0,0,224,
  0,0,224,0,3,31,31,22,9,251,224,224,224,224,224,224,
  224,224,224,224,224,224,224,224,0,0,0,224,224,224,224,224,
  224,224,224,224,224,224,224,224,224,18,36,108,22,2,246,7,
  248,0,31,254,0,63,255,0,124,15,128,112,7,128,240,3,
  128,240,3,192,240,3,192,112,0,0,120,0,0,62,0,0,
  63,192,0,63,248,0,123,254,0,240,127,0,224,15,128,224,
  3,192,224,3,192,224,1,192,240,1,192,124,3,192,127,131,
  128,31,255,128,7,255,0,0,254,0,0,31,0,0,7,128,
  0,3,128,224,3,128,224,3,128,224,3,128,240,7,128,124,
  31,0,63,254,0,31,252,0,1,224,0,11,4,8,22,5,
  22,96,224,240,224,240,224,96,224,18,20,60,22,2,0,3,
  240,0,15,252,0,28,14,0,48,3,0,97,225,128,71,241,
  128,198,24,192,140,24,192,140,0,64,140,0,64,140,0,64,
  140,0,64,140,24,192,198,56,192,67,241,128,97,225,128,48,
  3,0,28,14,0,15,252,0,3,240,0,12,15,30,22,5,
  11,31,128,63,192,127,224,112,224,32,224,0,224,31,224,127,
  224,240,224,224,224,224,224,225,224,255,224,127,224,28,16,13,
  14,28,22,4,2,14,56,12,48,28,112,56,224,113,192,113,
  192,227,128,227,128,113,192,57,192,56,224,28,112,12,48,6,
  56,15,8,16,22,3,7,255,254,255,254,255,254,0,14,0,
  14,0,14,0,14,0,14,13,3,6,22,4,10,255,248,255,
  248,255,248,18,20,60,22,2,0,3,240,0,15,252,0,28,
  14,0,48,3,0,103,225,128,199,241,128,198,24,192,134,24,
  192,134,24,64,135,240,64,135,224,64,134,96,64,134,48,192,
  198,48,192,198,25,128,96,1,128,48,3,0,28,14,0,15,
  252,0,3,240,0,12,3,6,22,5,23,255,240,255,240,255,
  240,9,9,18,22,6,17,30,0,127,0,127,128,225,128,225,
  128,227,128,127,128,63,0,12,0,16,23,46,22,3,0,1,
  128,1,128,1,128,1,128,1,128,1,128,1,128,255,255,255,
  255,255,255,1,128,1,128,1,128,1,128,1,128,1,128,1,
  128,1,128,0,0,0,0,255,254,255,254,255,254,10,15,30,
  22,6,11,62,0,127,128,255,128,225,192,193,192,1,192,3,
  128,7,128,15,0,30,0,56,0,112,0,255,192,255,192,255,
  192,10,15,30,22,6,11,63,0,127,128,255,192,225,192,1,
  192,1,192,31,128,31,128,3,192,1,192,193,192,225,192,255,
  192,127,128,30,0,7,5,5,22,7,22,30,60,56,112,224,
  15,28,56,22,3,248,240,14,240,14,240,14,240,14,240,14,
  240,14,240,14,240,14,240,14,240,14,240,14,240,14,240,14,
  240,14,240,14,240,30,248,62,255,254,255,238,247,206,240,0,
  240,0,240,0,240,0,240,0,240,0,240,0,240,0,13,26,
  52,22,4,0,7,248,31,248,63,248,127,248,127,248,255,248,
  255,248,255,248,255,248,255,248,255,248,255,248,127,248,127,248,
  63,248,31,248,7,248,0,56,0,56,0,56,0,56,0,56,
  0,56,0,56,0,56,0,56,4,4,4,22,9,11,224,240,
  240,224,6,8,8,22,8,248,96,240,248,24,28,56,248,224,
  6,14,14,22,7,12,12,124,252,204,12,12,12,12,12,12,
  12,12,12,12,12,15,30,22,5,11,31,0,63,192,127,224,
  240,224,224,112,224,112,224,112,224,112,224,112,224,112,224,240,
  240,224,127,224,63,192,6,0,14,14,28,22,4,3,227,128,
  113,192,48,192,56,224,28,112,14,56,14,56,7,28,14,56,
  28,112,28,112,56,224,113,192,227,128,19,26,78,22,1,0,
  4,0,0,60,0,0,252,0,0,220,0,0,28,4,0,28,
  14,0,28,14,0,28,28,0,28,24,0,28,56,0,28,48,
  0,28,112,0,28,96,0,0,224,0,0,195,192,1,195,192,
  3,135,192,3,143,192,7,13,192,6,25,192,14,49,192,4,
  127,224,0,127,224,0,1,192,0,1,192,0,1,192,20,26,
  78,22,1,0,4,0,0,60,0,0,252,0,0,252,0,0,
  28,8,0,28,28,0,28,24,0,28,56,0,28,48,0,28,
  112,0,28,96,0,28,224,0,28,192,0,1,195,0,3,159,
  192,3,189,224,7,56,96,7,0,96,14,0,224,12,1,192,
  28,3,128,8,7,0,0,14,0,0,28,0,0,63,240,0,
  63,240,20,26,78,22,1,0,28,0,0,127,0,0,247,128,
  0,195,128,0,3,130,0,7,3,0,30,7,0,15,142,0,
  1,142,0,193,156,0,227,156,0,255,184,0,62,48,0,0,
  112,0,0,97,192,0,227,192,0,195,192,1,198,192,1,142,
  192,3,156,192,7,24,192,3,63,240,0,63,240,0,0,192,
  0,0,192,0,0,192,255,255,255,255,255,255,255,255,255,255,
  255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
  255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
  255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
  255,255,255,255,255,255,255};
olikraus commented 6 years ago

I do not remember exactly how my old converter works. Are you able to switch to u8g2? The bdf converter for u8g2 has a commandline option to force monospaced fonts. In fact i had worked a lot to improve this for u8g2.

waspinator commented 6 years ago

I should have looked into u8g2 sooner. I didn't even have to create a 32 sized font, as it already had it. Thanks for all your hard work on these libraries.