浏览代码

Kick suspicious loop an win 72 bytes.

No visible impact.
AnHardt 10 年前
父节点
当前提交
f5fd94d62a
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0
    9
      Marlin/dogm_lcd_implementation.h

+ 0
- 9
Marlin/dogm_lcd_implementation.h 查看文件

@@ -107,15 +107,6 @@ static void lcd_implementation_init()
107 107
 	u8g.setRot270();	// Rotate screen by 270°
108 108
 #endif
109 109
 	
110
-  // FIXME: whats the purpose of the box? Maybe clear screen?
111
-	u8g.firstPage();
112
-  do {
113
-		u8g.setFont(u8g_font_6x10_marlin);
114
-		u8g.setColorIndex(1);
115
-		u8g.drawBox (0, 0, u8g.getWidth(), u8g.getHeight());
116
-		u8g.setColorIndex(1);
117
-	} while(u8g.nextPage());
118
-
119 110
   // Show splashscreen
120 111
   int offx = (u8g.getWidth() - START_BMPWIDTH) / 2;
121 112
   int offy = (u8g.getHeight() - 18 - START_BMPHEIGHT) / 2;

正在加载...
取消
保存