Make centering of STRING_SPLASH work

This commit is contained in:
AnHardt 2015-01-26 16:00:10 +01:00
parent 59315330dd
commit 0d219b3e14

View File

@ -118,7 +118,7 @@ static void lcd_implementation_init()
// Show splashscreen
int off = (u8g.getWidth() - START_BMPWIDTH) / 2;
int txtX = (u8g.getWidth() - sizeof(STRING_SPLASH) - 1) / 2;
int txtX = (u8g.getWidth() - (sizeof(STRING_SPLASH) - 1)*5) / 2; // 5 is fontwidth in pixel
int txtY = u8g.getHeight() - 10;
u8g.firstPage();
do {