|
@@ -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;
|