Audio, Erkennung Regattaende

This commit is contained in:
2025-09-24 20:03:37 +02:00
parent adb1b4e63a
commit fd5b2c96b9
2 changed files with 70 additions and 33 deletions

View File

@@ -306,12 +306,18 @@ class RaceTracker(Page):
ctx.move_to(8, 260)
ctx.show_text(f"!!! Time drift of {self.app.track.hero_timedelta} seconds")
x0 = 8
x1 = 96
y0 = 150
yoffset = 18
ctx.select_font_face("Ubuntu", cairo.FontSlant.NORMAL, cairo.FontWeight.BOLD)
ctx.set_font_size(16)
# Debug: Phase anzeigen
ctx.move_to(360, 35)
ctx.show_text(str(self.app.track.hero_racephase))
ctx.move_to(x0, y0)
ctx.show_text("Type")
ctx.move_to(x1, y0)