From 08990631a7851873018991e686f9b8d3e1f9d0af Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Wed, 19 Oct 2022 11:28:14 +0200 Subject: [PATCH] k --- examples/mqtt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mqtt.py b/examples/mqtt.py index 4e94b80..63dfa57 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -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()