removed unneeded lines in welcome msg
This commit is contained in:
parent
ffa09f86f4
commit
9b6c1cfda6
@ -123,20 +123,13 @@ static void lcd_implementation_init()
|
||||
// RepRap init bmp
|
||||
u8g.drawBitmapP(0,0,START_BMPBYTEWIDTH,START_BMPHEIGHT,start_bmp);
|
||||
// Welcome message
|
||||
|
||||
u8g.setFont(u8g_font_6x10_marlin);
|
||||
u8g.drawStr(62,10,"");
|
||||
u8g.drawStr(64,28," MARLIN");
|
||||
|
||||
u8g.setFont(u8g_font_5x8);
|
||||
u8g.drawStr(62,19,"");
|
||||
u8g.setFont(u8g_font_6x10_marlin);
|
||||
u8g.drawStr(62,28," MARLIN");
|
||||
u8g.drawStr(62,41,"");
|
||||
u8g.setFont(u8g_font_5x8);
|
||||
u8g.drawStr(62,48," V1.0.2");
|
||||
u8g.setFont(u8g_font_5x8);
|
||||
u8g.drawStr(62,55,"");
|
||||
u8g.drawStr(62,61,"");
|
||||
u8g.drawStr90(92,57,"");
|
||||
u8g.drawStr(100,61,"");
|
||||
u8g.drawStr(64,48," V1.0.2");
|
||||
|
||||
} while( u8g.nextPage() );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user