aboutsummaryrefslogtreecommitdiff
path: root/bin/bigclock.py
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-07-22 22:09:23 -0700
committerD Delmar Davis <don@suspectdevices.com>2025-07-22 22:09:23 -0700
commit8b76eb079f083090debb149107e966a2c058ded1 (patch)
tree772fe85a0b0fa1f6b6bd6a1d15fc529a8e2fb12d /bin/bigclock.py
parent571693eb82662ad7c2ea0f467ce97fe6605fde04 (diff)
temps
Diffstat (limited to 'bin/bigclock.py')
-rwxr-xr-xbin/bigclock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bigclock.py b/bin/bigclock.py
index d904331..3382710 100755
--- a/bin/bigclock.py
+++ b/bin/bigclock.py
@@ -88,7 +88,7 @@ def printTime():
lcd.message=date_string[-2:]
lcd.cursor_position(15,1)
lcd.message=datetime.now().strftime("%d%b")
- lcd.cursor_position(15,2)
+ lcd.cursor_position(14,2)
lcd.message=localTempF()
if __name__ == '__main__':