Merge pull request #328 from phl0/fixcomment

Remove comment and some code beauty
This commit is contained in:
Jonathan Naylor 2017-08-15 08:12:36 +02:00 committed by GitHub
commit 6ae4735598

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