-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display.refresh() hangs infinitely #13
Comments
Can you open a serial terminal to the device? It might give you more information about the error. |
I have exactly the same issue. |
Try the example without setting the busy pin. It may not be hooked up right. |
It does not get stuck without busy pin but it does not display properly either. |
Without busy pin display.refresh() does not do anything. |
Which specific display are you using? Also which version of CircuitPython? I tested out a number of different featherwing displays over the past few days using CP 8.2.6 and had no issues. Also, did you set both of the lines with |
Did you ever figure this out? I ran into this issue too, but it turned out I was just using the wrong indices for the GPIO pins. the "board.DNN" lines in python refer to the GPIO pin numbers not the pin indices. (the outer numbers here). In the example from here:
D22 refers to GPIO 22, i.e., pin 15 (upper-midway down the left side), not pin 22 (halfway down the right side) |
Hey!
I'm using an e-ink display that is supported by this library. I've checked and call to
display.refresh()
stops and paused forever.Do you have any clue what could be wrong?
Here is my code:
The text was updated successfully, but these errors were encountered: