This commit is contained in:
Sean Corrigan 2020-11-13 17:08:35 -05:00
parent 3f56b40b0d
commit efd03c3f0c

View File

@ -31,7 +31,7 @@ try:
font15 = ImageFont.truetype('wqy-microhei.ttc', 20)
draw.text((3, 3), '{}'.format(message), font = font15, fill = 0)
epd.display(epd.getbuffer(image))
time.sleep(2)
time.sleep(20)
# # read bmp file
# print("read bmp file")