Update OLED.cpp

This commit is contained in:
M0IEI 2017-08-09 20:39:12 +01:00 committed by GitHub
parent 59d047771f
commit a51fd933a4

View file

@ -160,7 +160,7 @@ void COLED::setIdleInt()
// display.print("Idle");
// display.setTextSize(1);
display.startscrolldiagright(0x00,0x0f); //the log scrolls the whole screen
display.startscrolldiagright(0x00,0x0f); //the MMDVM logo scrolls the whole screen
display.display();
}