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)