Skip to content

Commit

Permalink
Merge pull request #114 from PeaceDealer/patch-1
Browse files Browse the repository at this point in the history
Update inky_uc8159.py
  • Loading branch information
Gadgetoid authored Jul 26, 2021
2 parents bb80938 + 0c1c14a commit 27687e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/inky/inky_uc8159.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def setup(self):
UC8159_PFS, [0x00] # PFS_1_FRAME
)

def _busy_wait(self, timeout=15.0):
def _busy_wait(self, timeout=30.0):
"""Wait for busy/wait pin."""
t_start = time.time()
while not self._gpio.input(self.busy_pin):
Expand Down

0 comments on commit 27687e8

Please sign in to comment.