diff --git a/Marlin/dogm_lcd_implementation.h b/Marlin/dogm_lcd_implementation.h
index 6f595ce77fc6e2db92586cd7d5b5d26e6666fddb..5908d7b43b52e736f6dc24b7db42e48b26dbab6e 100644
--- a/Marlin/dogm_lcd_implementation.h
+++ b/Marlin/dogm_lcd_implementation.h
@@ -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 {