This commit is contained in:
Robert Borzutzki 2022-10-19 09:23:54 +02:00
parent 071351e493
commit ac0959b634

View File

@ -43,7 +43,7 @@ try:
drawblack.text((10, 40), 'Strom Import/Export', font = font18, fill = 0)
drawblack.text((10, 60), 'Batterie %', font = font18, fill = 0)
drawblack.text((10, 80), 'Batterie Laden/Entladen', font = font18, fill = 0)
epd.display(epd.getbuffer(LBlackimage), epd.getbuffer(LRYimage))
epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
time.sleep(2)
except IOError as e: