We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c5f0c commit 3c70696Copy full SHA for 3c70696
1 file changed
PyPortal_Azure_Plant_Monitor/azure_gfx_helper.py
@@ -13,7 +13,7 @@
13
data_font = cwd+"/fonts/Collegiate-50.bdf"
14
15
class Azure_GFX(displayio.Group):
16
- def __init__(self, is_celsius=True):
+ def __init__(self, is_celsius):
17
"""Creates an Azure_GFX object.
18
:param bool is_celsius: Temperature displayed in Celsius.
19
"""
0 commit comments