This commit is contained in:
Robert Borzutzki 2022-10-20 13:00:31 +02:00
parent 46cbc43576
commit a65f71827b

View File

@ -151,7 +151,7 @@ try:
#else:
#drawred.text((150, 60), str(value_houseBatteryLoadUnload) + " W", font = font10, fill = 0)
epd.DisplayPartial(epd.getbuffer(HBlackimage))
epd.display(epd.getbuffer(HBlackimage))
time.sleep(10)
except KeyboardInterrupt: