From 12a35f457a513f1fe80986405359af64fb38437f Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Wed, 19 Oct 2022 15:09:27 +0200 Subject: [PATCH] jj --- examples/mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mqtt.py b/examples/mqtt.py index 38cd9d0..9b88b88 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -82,7 +82,7 @@ def on_message(client, userdata, msg): line = 60 print(line) - values_draw.rectangle((150, line, 150, 50), fill = 0) + values_draw.rectangle((150, line, 120, 50), fill = 2) values_draw.text((150, line), msg.payload.decode(), font = font10, fill = 0) epd.DisplayPartial(epd.getbuffer(values_image)) #print(f"`{msg.topic}`: `{msg.payload.decode()}`")