Hello I have a nokiaNokia 5110 screen using u8gliv. I have it displaying an image and I can get it to display text: u8g.setFont(u8g_font_osb18); u8g.drawStr(0, 20, "PRESS START");
u8g.setFont(u8g_font_osb18);
u8g.drawStr(0, 20, "PRESS START");
The problem is that this font size is way totoo big. How can I make it smaller or do? Do I have to use different fonts, if? If so how do I do that?