Flipped image 180
This commit is contained in:
parent
3d3c81070f
commit
fd9b35ff28
@ -14,6 +14,8 @@ def sendUpdate(message):
|
||||
|
||||
# Drawing on the image
|
||||
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"
|
||||
draw = ImageDraw.Draw(image)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user