diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 22:09:20 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 22:09:20 -0700 |
| commit | b9e348932048ff10fcf11824a10625ba0f654646 (patch) | |
| tree | 3995991348348c3dccd3d522e211061858f5537f /bin | |
| parent | 3a0962becc327d626ec9007cb7b9233409bdb1e3 (diff) | |
?
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/bigclock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bigclock.py b/bin/bigclock.py index 96086d8..26fdb45 100755 --- a/bin/bigclock.py +++ b/bin/bigclock.py @@ -77,7 +77,7 @@ def printTime(): clearCollumn(10) printNum4(int(date_string[3]),11) lcd.cursor_position(14,0) - lcd_message=date_string[4:5] + lcd_message=date_string[4:6] lcd.cursor_position(15,1) lcd.message=datetime.now().strftime("%d%b") |
