Tracker verbessert, lokales Tracking vorbereitet
This commit is contained in:
@@ -11,7 +11,7 @@ Es gibt zwei Modi: Track und Race
|
||||
Um versehentliches Umschalten zu vermeiden ist eine Nachfrage
|
||||
integriert.
|
||||
|
||||
- currentry only Ragatta hero supported
|
||||
- Momentan wird nur Regatta Hero unterstützt
|
||||
|
||||
Behandlung von Verbindungsabbrüchen:
|
||||
- on_disconnect
|
||||
@@ -196,6 +196,20 @@ class RaceTracker(Page):
|
||||
ctx.move_to(x, y)
|
||||
ctx.show_text("race officer to get configuration data.")
|
||||
|
||||
def draw_local(self, ctx):
|
||||
x = 8
|
||||
y = 50
|
||||
ctx.select_font_face("Ubuntu", cairo.FontSlant.NORMAL, cairo.FontWeight.BOLD)
|
||||
ctx.set_font_size(24)
|
||||
ctx.move_to(x, y)
|
||||
ctx.show_text("Local Tracking")
|
||||
|
||||
# Anzeige
|
||||
# - LAT, LON
|
||||
# - bisher gespeicherte Anzahl Positionen
|
||||
# - Zeitabstand zwischen den einzelnen Messungen
|
||||
# - Hinweis wo gespeichert wird
|
||||
|
||||
def draw_normal(self, ctx):
|
||||
|
||||
ctx.select_font_face("DSEG7 Classic")
|
||||
|
||||
Reference in New Issue
Block a user