add 4.01f demo

This commit is contained in:
SSYYL 2021-01-05 15:21:46 +08:00
parent c65eec8e5e
commit 7b958776c8
52 changed files with 11253 additions and 1905 deletions

View file

@ -21,7 +21,7 @@ try:
epd = epd5in83_V2.EPD()
logging.info("init and Clear")
epd.init()
epd.Clear()
# epd.Clear()
font24 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 24)
font18 = ImageFont.truetype(os.path.join(picdir, 'Font.ttc'), 18)