Flipped image 180

This commit is contained in:
Sean Corrigan 2020-12-24 14:12:05 -05:00
parent 3d3c81070f
commit fd9b35ff28

View File

@ -14,6 +14,8 @@ def sendUpdate(message):
# Drawing on the image # Drawing on the image
image = Image.new('1', (epd2in13.EPD_HEIGHT, epd2in13.EPD_WIDTH), 255) # 255: clear the frame image = Image.new('1', (epd2in13.EPD_HEIGHT, epd2in13.EPD_WIDTH), 255) # 255: clear the frame
image = image.rotate(180)
# angle = 45
# message = "testing 123 what is going\n on ahbfuasdfhkgasyudgfuasykgdf" # message = "testing 123 what is going\n on ahbfuasdfhkgasyudgfuasykgdf"
draw = ImageDraw.Draw(image) draw = ImageDraw.Draw(image)