change to version2

This commit is contained in:
Robert Borzutzki 2022-10-19 13:03:03 +02:00
parent 71c72befe3
commit 3eea36fd78

View File

@ -79,7 +79,7 @@ def on_message(client, userdata, msg):
print(line)
drawblack.text((150, line), msg.payload.decode(), font = font10, fill = 0)
epd.displayPartial(epd.getbuffer(HBlackimage), epd.getbuffer(HRedimage))
epd.displayPartial(epd.getbuffer(HBlackimage))
#print(f"`{msg.topic}`: `{msg.payload.decode()}`")
Connected = False #global variable for the state of the connection