This commit is contained in:
Sean Corrigan 2020-11-13 19:03:02 -05:00
parent d71621da40
commit 6135b96f1c

View File

@ -8,9 +8,6 @@ import traceback
def sendUpdate(message): def sendUpdate(message):
draw = ImageDraw.Draw(image)
epd = epd2in13.EPD() epd = epd2in13.EPD()
epd.init(epd.FULL_UPDATE) epd.init(epd.FULL_UPDATE)
epd.Clear(0xFF) epd.Clear(0xFF)