mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Minor fix for status bar scrolling
This commit is contained in:
2
OLED.cpp
2
OLED.cpp
@@ -620,5 +620,5 @@ void COLED::OLED_statusbar()
|
|||||||
m_display.drawBitmap(0, 0, logo_glcd_bmp, 128, 16, WHITE);
|
m_display.drawBitmap(0, 0, logo_glcd_bmp, 128, 16, WHITE);
|
||||||
|
|
||||||
if (m_displayScroll)
|
if (m_displayScroll)
|
||||||
m_display.startscrollright(0x00,0x02);
|
m_display.startscrollright(0x00,0x01);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user