From 8fa44c3590bdfe5591cfbf31df2603443d8c198b Mon Sep 17 00:00:00 2001 From: Professr Date: Sun, 28 Jun 2020 18:55:51 -0700 Subject: [PATCH] Disabled the display heartbeat pixel for pull request --- src/screen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/screen.cpp b/src/screen.cpp index 7ba15384..74f0065d 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -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