Remove comment and some code beauty

This commit is contained in:
phl0
2017-08-15 00:07:09 +02:00
parent 5f8a8ed057
commit c3260e749f

View File

@@ -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);
} }