From 265b27196c5161516cec8dae937b7477bba92c64 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 1 Jan 2024 02:58:09 -0500 Subject: [PATCH] A bit better --- py/hexagram/thermo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/hexagram/thermo.py b/py/hexagram/thermo.py index f7429cb..aefba1d 100644 --- a/py/hexagram/thermo.py +++ b/py/hexagram/thermo.py @@ -59,7 +59,7 @@ class ThermoGauge(Dial): self.draw_value(cr, 0.78, 0, "C", 0, 5) cr.set_source_rgb(1, 0, 0) - self.draw_value(cr, 0.75, self.MAX_VALUE - self.MIN_VALUE, "H", -5, 5) + self.draw_value(cr, 0.75, self.MAX_VALUE - self.MIN_VALUE, "H", -20, 10) cr.set_line_width(6.0)