-
Notifications
You must be signed in to change notification settings - Fork 140
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
e-paper 7.5" (B) v3 doesn't work? #223
Comments
It seems you're running out of stack space and need to allocate the display buffer on heap. See this comment: Line 130 in 6992771
|
Hey, wow, thank you. At least the screen shows the result, but
Here is the output as gist. @bemyak can you tell me how you find out that I ran out of stack? I'm unable to read the error message, but would like to understand it. |
Despite the last
|
I have 3 displays for my esp32 e-paper driver board:
The 7.5inch doesn't work and the program crashes. Does somebody have an idea?
Thank you in advance.
here is my Rust code for ESP32 driver board with the displays:
The text was updated successfully, but these errors were encountered: