Browse Source

moved ver info 5 spaces to the right

pull/1/head
Bo Herrmannsen 10 years ago
parent
commit
ffa09f86f4
  1. 4
      Marlin/dogm_lcd_implementation.h

4
Marlin/dogm_lcd_implementation.h

@ -128,10 +128,10 @@ static void lcd_implementation_init()
u8g.setFont(u8g_font_5x8);
u8g.drawStr(62,19,"");
u8g.setFont(u8g_font_6x10_marlin);
u8g.drawStr(62,28,"MARLIN");
u8g.drawStr(62,28," MARLIN");
u8g.drawStr(62,41,"");
u8g.setFont(u8g_font_5x8);
u8g.drawStr(62,48,"V1.0.2");
u8g.drawStr(62,48," V1.0.2");
u8g.setFont(u8g_font_5x8);
u8g.drawStr(62,55,"");
u8g.drawStr(62,61,"");

Loading…
Cancel
Save