This commit is contained in:
Robert Borzutzki 2022-10-19 11:39:07 +02:00
parent 08990631a7
commit 81532fc0dd

View File

@ -24,7 +24,7 @@ try:
epd = epd2in13b_V4.EPD() epd = epd2in13b_V4.EPD()
logging.info("init and Clear") logging.info("init and Clear")
epd.init() epd.init(1)
epd.Clear() epd.Clear()
time.sleep(0.5) time.sleep(0.5)