From 6c66cae6949af5070aeb4833b7fefcd2b346181d Mon Sep 17 00:00:00 2001 From: Dirk Eichel Date: Tue, 19 Mar 2013 21:25:11 +0100 Subject: [PATCH] GLCD init screen cosmetics --- Marlin/dogm_lcd_implementation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/dogm_lcd_implementation.h b/Marlin/dogm_lcd_implementation.h index 0c500e979..e3aaded6e 100644 --- a/Marlin/dogm_lcd_implementation.h +++ b/Marlin/dogm_lcd_implementation.h @@ -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() ); }