I am trying to interface Waveshare 1.54" E-paper Display with PSOC-4 controller.
I have used Demo code given by Waveshare and have ported it for my controller.
At this initial stage i am just trying to clear the display screen but i am unable to do it though i am following the same Command and Data sequence given in demo code.
One more thing is that BUSY pin is staying always High(Busy) once display frame update command executed. I am not getting idea that why this is happening.
normally I do not analyze issues with the Waveshare library.
But I may, or someone else might analyze such an issue, if you provide all that is needed to compile and run an example that shows the issue.
The Waveshare code is made for AVR Arduinos, although the 5V Arduinos should not directly be connected to these 3.3V e-paper displays. The library assumes texts in PROGMEM, afaik.