Skip to content

Commit d692793

Browse files
committed
Push icon to edge
1 parent 3ba9a2a commit d692793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,14 @@ void paintSIV()
378378
}
379379

380380
//Draw log icon
381-
//Turn off icon if log file gets bigger
381+
//Turn off icon if log file fails to get bigger
382382
void paintLogging()
383383
{
384384
if (online.display == true)
385385
{
386386
if (logIncreasing == true)
387387
{
388-
oled.drawIcon(63 - Logging_Width, 47 - Logging_Height, Logging_Width, Logging_Height, Logging, sizeof(Logging), true); //Draw the icon
388+
oled.drawIcon(64 - Logging_Width, 48 - Logging_Height, Logging_Width, Logging_Height, Logging, sizeof(Logging), true); //Draw the icon
389389
}
390390
}
391391
}

0 commit comments

Comments
 (0)