From a51fd933a475759e777c3d60ee66966d6456486e Mon Sep 17 00:00:00 2001 From: M0IEI Date: Wed, 9 Aug 2017 20:39:12 +0100 Subject: [PATCH] Update OLED.cpp --- OLED.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }