This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 waveshare e-paper display spi driver help

Hi,

we are trying to use waveshare 2.9 epaper display with nrf52832, converted stm32 sample code to nrf52 with no luck. It seems we can not send command and data correctly to the display, it is not responding back via Busy line and program hangs on while loop. Can anybody help about this? We are using sdk 15's spi example with segger embedded studio.

I attached the code.spi.zip

Parents Reply Children
  • Hi, it seems e-paper-drivers vary with with almost each production lot. finally For me "partial refresh" was important. I ended in contacting a manufacturer directly. I used displays from "good-display.com". They have a good support, but in any case: buy enough displays if you wrote the driver, because re-ordering the same model is often difficult, although bus/mechanics are same. Hence: firmware updates on the HW is indispensable. (my device: Github -> Joembedded ) Best regards, Jo 

Related