I have got a panel from Amazon that I hooked up to a ESP8266 (NodeMCU). I created some code to light up all the pixels red (trying any other colour fails which is another thing that's broken), but only the top right quadrant ever lights up. I re-did the wiring twice now and seeing the same result.
Code: https://gist.github.com/dom96/e76624cf884feb4607cb7ec34b10d535 (I played with the setDriverChip but neither of the three values help)
PxMatrix version: 1.8.1
Pattern test just shows a red line moving down. Here is the result of my code:

And the back of this panel:

Any ideas what the problem could be?