Update timeturner.py

This commit is contained in:
Chris Frankland-Wright 2025-07-08 16:48:53 +01:00 committed by GitHub
parent 633ed142f5
commit c9d15e1517
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,8 +200,8 @@ def run_curses(stdscr):
stdscr.addstr(4, 2, "LTC Timecode : …") stdscr.addstr(4, 2, "LTC Timecode : …")
stdscr.addstr(5, 2, "Frame Rate : …") stdscr.addstr(5, 2, "Frame Rate : …")
stdscr.addstr(6, 2, f"System Clock : {format_time(get_system_time())}") stdscr.addstr(6, 2, f"System Clock : {format_time(get_system_time())}")
stdscr.addstr(7, 2, "Sync Offset : …") stdscr.addstr(7, 2, "Sync Jitter : …")
stdscr.addstr(8, 2, "Timecode Match: …") stdscr.addstr(8, 2, "Sync Status : …")
stdscr.addstr(9, 2, "Lock Ratio : …") stdscr.addstr(9, 2, "Lock Ratio : …")
if sync_enabled: if sync_enabled: