From a4289bb336d9940fa8f93e982912b547c54ab2b2 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Thu, 20 Oct 2022 11:51:07 +0200 Subject: [PATCH] fix --- examples/solarmonitor-black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/solarmonitor-black.py b/examples/solarmonitor-black.py index c68fc96..5c57907 100644 --- a/examples/solarmonitor-black.py +++ b/examples/solarmonitor-black.py @@ -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: