Remove comment and some code beauty

This commit is contained in:
phl0 2017-08-15 00:07:09 +02:00
parent 5f8a8ed057
commit c3260e749f
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 22 additions and 22 deletions

View File

@ -391,5 +391,5 @@ void COLED::OLED_statusbar()
display.drawBitmap(0, 0, logo_glcd_bmp, 128, 16, WHITE);
if (m_displayScroll)
display.startscrollright(0x00,0x02); //<-Uncomment this line to make the mode logo scroll
display.startscrollright(0x00,0x02);
}