diff --git a/OLED.cpp b/OLED.cpp index 4e6d356..df1fd04 100644 --- a/OLED.cpp +++ b/OLED.cpp @@ -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(); }