Remove Second Hand for Analog Clock on EInk displays

This commit is contained in:
Jason P 2025-06-23 23:43:22 -05:00
parent 56c1ba037a
commit 36ee2cfda0

View File

@ -500,9 +500,10 @@ void drawAnalogClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
// draw minute hand
display->drawLine(centerX, centerY, minuteX, minuteY);
#ifndef USE_EINK
// draw second hand
display->drawLine(centerX, centerY, secondX, secondY);
#endif
}
}