This commit is contained in:
robert 2024-02-01 07:33:01 +00:00
parent a12cec5377
commit 27a5188547
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def monitor(charge_point_power):
drawblack.text((2, 64), 'Batterie Entladen', font = font16, fill = 0)
drawblack.text((2, 80), 'Auto Laden', font = font16, fill = 0)
drawblack.text((100, 80), str(charge_point_power), font = font16, fill = 0)
#drawblack.text((100, 80), str(charge_point_power), font = font16, fill = 0)
epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
#logging.info("Clear...")