bigger font

This commit is contained in:
Sean Corrigan 2020-12-24 16:46:03 -05:00
parent 3f88e8a212
commit 02ee417df8

View File

@ -19,7 +19,7 @@ def sendUpdate(message):
draw = ImageDraw.Draw(image)
# font15 = ImageFont.truetype('wqy-microhei.ttc', 20)
font15 = ImageFont.truetype('fancyfont.ttf', 20)
font15 = ImageFont.truetype('fancyfont.ttf', 28)
draw.text((3, 3), '{}'.format(message), font = font15, fill = 0)
image = image.rotate(180)
epd.display(epd.getbuffer(image))