From 37936215f88d1a7a18b68e1ab8e3f9d04157dec5 Mon Sep 17 00:00:00 2001 From: Sean Corrigan Date: Fri, 13 Nov 2020 17:06:11 -0500 Subject: [PATCH] test2 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 00b8072..d7b0365 100644 --- a/main.py +++ b/main.py @@ -28,8 +28,8 @@ try: # draw.polygon([(190,0),(190,50),(150,25)],fill = 0) message = "testing 123 what is going on ahbfuasdfhkgasyudgfuasykgdf" while True: - font15 = ImageFont.truetype('wqy-microhei.ttc', 15) - draw.text((110, 60), '{}'.format(message), font = font15, fill = 0) + font15 = ImageFont.truetype('wqy-microhei.ttc', 20) + draw.text((0, 60), '{}'.format(message), font = font15, fill = 0) # epd.display(epd.getbuffer(image)) time.sleep(2)