From d1d85283e918d8b5bea5cd58b115f87c506d5062 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Wed, 19 Oct 2022 11:57:21 +0200 Subject: [PATCH] V3 --- examples/mqtt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mqtt.py b/examples/mqtt.py index 1922848..13bd44a 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 epd2in13b_V4 +from waveshare_epd import epd2in13b_V3 import time from PIL import Image,ImageDraw,ImageFont import traceback @@ -22,7 +22,7 @@ Connected = False try: logging.info("epd2in13bc Demo") - epd = epd2in13b_V4.EPD() + epd = epd2in13b_V3.EPD() logging.info("init and Clear") epd.init() epd.Clear()