More normal min and max thermo values

This commit is contained in:
XANTRONIX Development 2024-01-08 22:30:57 -05:00
parent 0e9e518736
commit 5b04d84251

View file

@ -5,9 +5,9 @@ import cairo
from hexagram.dial import BottomDial from hexagram.dial import BottomDial
class Thermometer(BottomDial): class Thermometer(BottomDial):
MIN_VALUE = 85 MIN_VALUE = 48
MAX_VALUE = 110 MAX_VALUE = 127
WARN_VALUE = 106 WARN_VALUE = 116
FONT_FACE = "Muli" FONT_FACE = "Muli"