This commit is contained in:
Robert Borzutzki 2022-10-19 09:22:50 +02:00
parent 0f4234ab6c
commit 071351e493

View File

@ -43,6 +43,8 @@ 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))
time.sleep(2)
except IOError as e:
logging.info(e)