More normal min and max thermo values
This commit is contained in:
parent
0e9e518736
commit
5b04d84251
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue