From 61abfc73acdfcfadcb78f39eca349868a2cd4ae2 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 1 Jan 2024 20:09:39 -0500 Subject: [PATCH] Bigger is better --- py/hexagram/tacho.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/hexagram/tacho.py b/py/hexagram/tacho.py index 91ab094..5e98797 100644 --- a/py/hexagram/tacho.py +++ b/py/hexagram/tacho.py @@ -84,10 +84,10 @@ class Tacho(Dial): cr.select_font_face("HEX:gon Bold Italic") - cr.set_font_size(self.radius * 0.25) + cr.set_font_size(self.radius * 0.4) cr.set_source_rgb(1, 0.4, 1) - cr.move_to(self.x - (self.radius * 0.25) / 2, - self.y + (self.radius * 0.1)) + cr.move_to(self.x - (self.radius * 0.21), + self.y + (self.radius * 0.18)) cr.show_text(str(self.gear))