From 6135b96f1c2ce14873f2430f575f7d8589832398 Mon Sep 17 00:00:00 2001 From: Sean Corrigan Date: Fri, 13 Nov 2020 19:03:02 -0500 Subject: [PATCH] testing --- display.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/display.py b/display.py index 7ea19f9..f9babee 100644 --- a/display.py +++ b/display.py @@ -8,9 +8,6 @@ import traceback def sendUpdate(message): - - - draw = ImageDraw.Draw(image) epd = epd2in13.EPD() epd.init(epd.FULL_UPDATE) epd.Clear(0xFF)