Disabled the display heartbeat pixel for pull request

1.2-legacy
Professr 2020-06-28 18:55:51 -07:00
rodzic f5b7c33d4e
commit 8fa44c3590
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -765,8 +765,10 @@ void DebugInfo::drawFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
display->drawLogBuffer(x, y + (FONT_HEIGHT * 2));
/* Display a heartbeat pixel that blinks every time the frame is redrawn
if(heartbeat) display->setPixel(0, 0);
heartbeat = !heartbeat;
*/
}
// adjust Brightness cycle trough 1 to 254 as long as attachDuringLongPress is true