push code to pi - testing
This commit is contained in:
parent
fd9b35ff28
commit
3d7362fe56
@ -14,15 +14,13 @@ 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)
|
||||||
|
|
||||||
|
|
||||||
font15 = ImageFont.truetype('wqy-microhei.ttc', 20)
|
font15 = ImageFont.truetype('wqy-microhei.ttc', 20)
|
||||||
draw.text((3, 3), '{}'.format(message), font = font15, fill = 0)
|
draw.text((3, 3), '{}'.format(message), font = font15, fill = 0)
|
||||||
|
image = image.rotate(180)
|
||||||
epd.display(epd.getbuffer(image))
|
epd.display(epd.getbuffer(image))
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user