GLCD init screen cosmetics

hackerspace-green
Dirk Eichel 2013-03-19 21:25:11 +01:00
parent f3e0e5184d
commit 6c66cae694
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static void lcd_implementation_init()
u8g.setFont(u8g_font_5x8);
u8g.drawStr(62,55,"by STB");
u8g.drawStr(62,61,"uses u");
u8g.drawStr90(92,61,"8");
u8g.drawStr90(92,57,"8");
u8g.drawStr(100,61,"glib");
} while( u8g.nextPage() );
}