fix
This commit is contained in:
parent
7f73dae465
commit
a4289bb336
@ -143,7 +143,7 @@ try:
|
||||
#drawred.text((150, 30), str(value_energyImportExport) + " W", font = font10, fill = 0)
|
||||
#else:
|
||||
drawblack.text((150, 30), str(value_energyImportExport) + " W", font = font10, fill = 0)
|
||||
drawblack.rectangle((150, 45, 220, 50), fill = 0)
|
||||
drawblack.rectangle((150, 45, 220, 100), fill = 0)
|
||||
drawblack.text((150, 45), str(value_houseBatterySoC) + " %", font = font10, fill = 0)
|
||||
drawblack.rectangle((150, 60, 220, 50), fill = 255)
|
||||
#if value_houseBatteryLoadUnload > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user