diff --git a/py/hexagram/speedo.py b/py/hexagram/speedo.py index 5469c1f..abe03fd 100644 --- a/py/hexagram/speedo.py +++ b/py/hexagram/speedo.py @@ -60,5 +60,5 @@ class Speedo(Dial): def draw_fg(self, cr: cairo.Context): super().draw_fg(cr) - self._draw_text(cr, self.x, self.y, "%d" % self.value, 0.32) + self._draw_text(cr, self.x, self.y - self.radius * 0.01, "%d" % self.value, 0.32) self._draw_text(cr, self.x, self.y + self.radius * 0.2, 'mph', 0.1)