This commit is contained in:
Robert Borzutzki 2022-10-19 11:28:14 +02:00
parent d4b9a36c22
commit 08990631a7

View File

@ -8,7 +8,7 @@ if os.path.exists(libdir):
sys.path.append(libdir)
import logging
from waveshare_epd import epd2in13bc
from waveshare_epd import epd2in13b_V4
import time
from PIL import Image,ImageDraw,ImageFont
import traceback
@ -22,7 +22,7 @@ Connected = False
try:
logging.info("epd2in13bc Demo")
epd = epd2in13bc.EPD()
epd = epd2in13b_V4.EPD()
logging.info("init and Clear")
epd.init()
epd.Clear()