Skip to content
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

Partial refresh hangs/freezes if SRCS is given #76

Open
sidju opened this issue Jul 5, 2023 · 1 comment
Open

Partial refresh hangs/freezes if SRCS is given #76

sidju opened this issue Jul 5, 2023 · 1 comment

Comments

@sidju
Copy link

sidju commented Jul 5, 2023

  • Arduino board: Unexpected Maker FeatherS3

  • Display: ThinkInk_154_Tricolor_z90

  • Arduino IDE version: 1.8.19

  • List the steps to reproduce the problem below:
    Construct a ThinkInk_154_Tricolor_z90 object with HW SPI and all pins given, call begin() on it, call displayPartial() on it. That last function call will never return and the whole processor seems to lock up (serial connection drops).
    (This is confirmed with the partial example.)

Presumably this is related to #35, considering that same as described there it doesn't hang if SRCS is not given (given as -1). But that issue's suggested solution to the SPI deadlock has been applied and disabling HAL locks (a config in the esp32 SDK) made no difference... Furthermore, even without SRCS the partial refresh doesn't affect the display in any perceivable way; so there is most likely a deeper issue here.

As I don't have a proper debugger I can't identify exactly where it locks up, but I hope you can figure this out on your end.

@sidju
Copy link
Author

sidju commented Jul 5, 2023

Actually, src/Adafruit_MCPSRAM.cpp seems to still have the same potential deadlock on esp32 as issue #35 refers to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant