Browse Source

GLCD init screen cosmetics

Dirk Eichel 12 years ago
parent
commit
6c66cae694
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/dogm_lcd_implementation.h

+ 1
- 1
Marlin/dogm_lcd_implementation.h View File

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

Loading…
Cancel
Save