Skip to content

Commit ab7946d

Browse files
committed
Move reset counter slightly to right
1 parent 0b8529d commit ab7946d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@ void paintResets()
22752275
if (settings.enableResetDisplay == true)
22762276
{
22772277
oled.setFont(QW_FONT_5X7); //Small font
2278-
oled.setCursor(16 + (8 * 3) + 6, 38); //x, y
2278+
oled.setCursor(16 + (8 * 3) + 7, 38); //x, y
22792279
oled.print(settings.resetCount);
22802280
}
22812281
}

0 commit comments

Comments
 (0)