Drop the int16_t

This commit is contained in:
Jason P 2025-07-20 11:55:59 -05:00
parent 20e4e000a2
commit 4232b9b772

View File

@ -366,7 +366,7 @@ void drawAnalogClockFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
// hour hand radius and y coordinate
int16_t hourHandRadius = radius * 0.35;
if (isHighResolution) {
int16_t hourHandRadius = radius * 0.55;
hourHandRadius = radius * 0.55;
}
int16_t hourHandNoonY = centerY - hourHandRadius;