Update epd7in5_V2.py

This commit is contained in:
tkameroski 2021-08-30 11:24:25 -04:00 committed by GitHub
commit f25bbdef14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ class EPD:
epdconfig.digital_write(self.cs_pin, 1)
def ReadBusy(self):
logger.debug("e-Paper busy")
logger.debug("e-Paper busy")
# self.send_command(0x71)
iter = 0
while epdconfig.digital_read(self.busy_pin) == 0: