Skip to content

Commit b01fc8c

Browse files
committed
Adjust LCD cursor positions for improved display alignment in setup function
1 parent 41ced91 commit b01fc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AirsoftTimer_V1_4_softPower.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ void setup(){
326326
if (!softBoot) {
327327
lcd.setCursor(0,0);
328328
lcd.print(F(" Game Timer"));
329-
lcd.setCursor(7,2);
329+
lcd.setCursor(3,2);
330330
lcd.print(F("SW.Ver.: "));
331331
lcd.print(RELEASE_VERSION);
332-
lcd.setCursor(7,3);
332+
lcd.setCursor(3,3);
333333
lcd.print(F("HW.Ver.: 1.7"));
334334
for (int i = 0; i <= 2; i++) {
335335
digitalWrite (BUTTONLEDGREEN, HIGH);

0 commit comments

Comments
 (0)