Update epd7in5_V2.py
This commit is contained in:
parent
bbda98d9fe
commit
15481cfd7f
1 changed files with 0 additions and 2 deletions
|
|
@ -129,10 +129,8 @@ class EPD:
|
|||
|
||||
def ReadBusy(self):
|
||||
logger.debug("e-Paper busy")
|
||||
# self.send_command(0x71)
|
||||
iter = 0
|
||||
while epdconfig.digital_read(self.busy_pin) == 0:
|
||||
# self.send_command(0x71)
|
||||
epdconfig.delay_ms(100)
|
||||
iter += 1
|
||||
if iter > 150:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue