From adabec1fa0150073a9c03db5ccb50b7fa158bc95 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 8 Jan 2024 23:23:54 -0500 Subject: [PATCH] Nailed it? --- 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 82e2259..10c32aa 100644 --- a/py/hexagram/thermo.py +++ b/py/hexagram/thermo.py @@ -36,7 +36,7 @@ class Thermometer(BottomDial): cr.set_line_width(6.0) level = self.min_value - incr = (self.max_value - self.min_value) / 9.0 + incr = (self.max_value - self.min_value) / 8.0 for i in range(0, 9): level = self.min_value + i * incr