fix
This commit is contained in:
parent
ffcf010695
commit
e2025aae60
@ -78,6 +78,8 @@ def on_message(client, userdata, msg):
|
|||||||
line = 60
|
line = 60
|
||||||
|
|
||||||
print(line)
|
print(line)
|
||||||
|
drawblack.text((150, line), "", font = font10, fill = 0)
|
||||||
|
epd.DisplayPartial(epd.getbuffer(HBlackimage))
|
||||||
drawblack.text((150, line), msg.payload.decode(), font = font10, fill = 0)
|
drawblack.text((150, line), msg.payload.decode(), font = font10, fill = 0)
|
||||||
epd.DisplayPartial(epd.getbuffer(HBlackimage))
|
epd.DisplayPartial(epd.getbuffer(HBlackimage))
|
||||||
#print(f"`{msg.topic}`: `{msg.payload.decode()}`")
|
#print(f"`{msg.topic}`: `{msg.payload.decode()}`")
|
||||||
|
Loading…
Reference in New Issue
Block a user