mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-05 13:14:45 +00:00
Remove Second Hand for Analog Clock on EInk displays
This commit is contained in:
parent
56c1ba037a
commit
36ee2cfda0
@ -500,9 +500,10 @@ void drawAnalogClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
|
|||||||
|
|
||||||
// draw minute hand
|
// draw minute hand
|
||||||
display->drawLine(centerX, centerY, minuteX, minuteY);
|
display->drawLine(centerX, centerY, minuteX, minuteY);
|
||||||
|
#ifndef USE_EINK
|
||||||
// draw second hand
|
// draw second hand
|
||||||
display->drawLine(centerX, centerY, secondX, secondY);
|
display->drawLine(centerX, centerY, secondX, secondY);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user