mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Remove comment and some code beauty
This commit is contained in:
2
OLED.cpp
2
OLED.cpp
@@ -391,5 +391,5 @@ void COLED::OLED_statusbar()
|
|||||||
display.drawBitmap(0, 0, logo_glcd_bmp, 128, 16, WHITE);
|
display.drawBitmap(0, 0, logo_glcd_bmp, 128, 16, WHITE);
|
||||||
|
|
||||||
if (m_displayScroll)
|
if (m_displayScroll)
|
||||||
display.startscrollright(0x00,0x02); //<-Uncomment this line to make the mode logo scroll
|
display.startscrollright(0x00,0x02);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user