Update epd7in5_V2.py

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

View file

@ -134,7 +134,7 @@ class EPD:
while epdconfig.digital_read(self.busy_pin) == 0:
# self.send_command(0x71)
epdconfig.delay_ms(100)
iter += 1
count += 1
if count > 150:
logger.info("Forced e-paper busy release")
break