mirror of https://github.com/g4klx/MMDVMHost
Remove comment and some code beauty
This commit is contained in:
parent
5f8a8ed057
commit
c3260e749f
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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue