add 4.01f demo

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

View file

@ -72,7 +72,7 @@ try:
time.sleep(3)
logging.info("3.read bmp file")
Himage = Image.open(os.path.join(picdir, 'N-Color1.bmp'))
Himage = Image.open(os.path.join(picdir, '5in65f.bmp'))
epd.display(epd.getbuffer(Himage))
time.sleep(3)