From eb27a8ddd67dd2d3248fc3be0afa2d9e238abf45 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Thu, 20 Oct 2022 11:44:26 +0200 Subject: [PATCH] fix --- examples/solarmonitor-black.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/solarmonitor-black.py b/examples/solarmonitor-black.py index c68fc96..52bed97 100644 --- a/examples/solarmonitor-black.py +++ b/examples/solarmonitor-black.py @@ -143,9 +143,9 @@ 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, 50), fill = 255) drawblack.text((150, 45), str(value_houseBatterySoC) + " %", font = font10, fill = 0) - drawblack.rectangle((150, 60, 220, 50), fill = 255) + drawblack.rectangle((150, 60, 220, 50), fill = 0) #if value_houseBatteryLoadUnload > 0: drawblack.text((150, 60), str(value_houseBatteryLoadUnload) + " W", font = font10, fill = 0) #else: