Update epd7in5_V2.py
This commit is contained in:
parent
a05aab9bfe
commit
ee81be4a61
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class EPD:
|
||||||
while epdconfig.digital_read(self.busy_pin) == 0:
|
while epdconfig.digital_read(self.busy_pin) == 0:
|
||||||
# self.send_command(0x71)
|
# self.send_command(0x71)
|
||||||
epdconfig.delay_ms(100)
|
epdconfig.delay_ms(100)
|
||||||
iter += 1
|
count += 1
|
||||||
if count > 150:
|
if count > 150:
|
||||||
logger.info("Forced e-paper busy release")
|
logger.info("Forced e-paper busy release")
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue