Added 2.36inch e-Paper (G) program and some fixes.

This commit is contained in:
SSYYL 2022-08-18 11:31:38 +08:00
commit 335392a396
41 changed files with 3920 additions and 595 deletions

View file

@ -46,7 +46,7 @@ try:
time.sleep(3)
# read bmp file
logging.info("3.read bmp file")
logging.info("2.read bmp file")
Himage = Image.open(os.path.join(picdir, '7.3inch-1.bmp'))
epd.display(epd.getbuffer(Himage))
time.sleep(3)
@ -56,7 +56,7 @@ try:
epd.display(epd.getbuffer(Himage))
time.sleep(3)
logging.info("3.read bmp file")
logging.info("4.read bmp file")
Himage = Image.open(os.path.join(picdir, '7.3inch-3.bmp'))
epd.display(epd.getbuffer(Himage))
time.sleep(3)