diff --git a/OLED.cpp b/OLED.cpp index 3aab463..4e6d356 100644 --- a/OLED.cpp +++ b/OLED.cpp @@ -155,12 +155,12 @@ void COLED::setIdleInt() display.clearDisplay(); OLED_statusbar(); - display.setCursor(0,30); - display.setTextSize(3); - display.print("Idle"); +// display.setCursor(0,30); +// display.setTextSize(3); +// display.print("Idle"); - display.setTextSize(1); - display.startscrollleft(0x02,0x0f); +// display.setTextSize(1); + display.startscrolldiagright(0x00,0x0f); //the log scrolls the whole screen display.display(); }