Update epd7in5_V2.py
This commit is contained in:
parent
2c1334836e
commit
f25bbdef14
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue