adafruit / Adafruit_EPD

e-paper display driver for Arduino
140 stars 56 forks source link

Partial refresh hangs/freezes if SRCS is given #76

Open sidju opened 1 year ago

sidju commented 1 year ago

Presumably this is related to https://github.com/adafruit/Adafruit_EPD/issues/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 commented 1 year ago

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