This commit is contained in:
Robert Borzutzki 2022-10-18 15:02:54 +02:00
parent 727102d2eb
commit a1cf2a8fd2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ logging.basicConfig(level=logging.DEBUG)
try:
logging.info("epd2in13bc Demo")
epd = epd2in1bc.EPD()
epd = epd2in13bc.EPD()
logging.info("init and Clear")
epd.init(epd.lut_full_update)
epd.Clear(0xFF)