Browse Source

updated logo post and ver info

Bo Herrmannsen 9 years ago
parent
commit
d94109e886
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/dogm_lcd_implementation.h

+ 2
- 2
Marlin/dogm_lcd_implementation.h View File

@@ -121,13 +121,13 @@ static void lcd_implementation_init()
121 121
 	u8g.firstPage();
122 122
 	do {
123 123
 			// RepRap init bmp
124
-			u8g.drawBitmapP(9,9,START_BMPBYTEWIDTH,START_BMPHEIGHT,start_bmp);
124
+			u8g.drawBitmapP(7,7,START_BMPBYTEWIDTH,START_BMPHEIGHT,start_bmp);
125 125
 			// Welcome message
126 126
 			
127 127
 			
128 128
 			
129 129
 			u8g.setFont(u8g_font_5x8);
130
-			u8g.drawStr(49,50,"     V1.0.2");
130
+			u8g.drawStr(7,51,"V1.0.2 - marlin.reprap.org");
131 131
 			
132 132
 	   } while( u8g.nextPage() );
133 133
 }

Loading…
Cancel
Save