mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Removed extranneous m_display.startscrolldiagleft func.
This commit is contained in:
6
OLED.cpp
6
OLED.cpp
@@ -258,10 +258,6 @@ void COLED::setIdleInt()
|
|||||||
m_display.clearDisplay();
|
m_display.clearDisplay();
|
||||||
OLED_statusbar();
|
OLED_statusbar();
|
||||||
|
|
||||||
if (m_displayScroll && m_displayLogoScreensaver)
|
|
||||||
m_display.startscrolldiagleft(0x00,0x0f); //the MMDVM logo scrolls the whole screen
|
|
||||||
m_display.display();
|
|
||||||
|
|
||||||
unsigned char info[100U];
|
unsigned char info[100U];
|
||||||
CNetworkInfo* m_network;
|
CNetworkInfo* m_network;
|
||||||
|
|
||||||
@@ -325,7 +321,7 @@ void COLED::setIdleInt()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (m_displayScroll && m_displayLogoScreensaver)
|
if (m_displayScroll && m_displayLogoScreensaver)
|
||||||
m_display.startscrolldiagleft(0x00, 0x0f); // the MMDVM logo scrolls the whole screen
|
m_display.startscrolldiagleft(0x00,0x0f); // the MMDVM logo scrolls the whole screen
|
||||||
m_display.display();
|
m_display.display();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user