Audio, Erkennung Regattaende
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user