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)