My setup is the same as the photo in there, a single 7219 with an 8x8 little matrix...
From what I can tell the wiring from the 7219 to the matrix is not the problem, its the 7219 itself or the code driving the 7219. I've tried every different bit of code I could find that might relate to this issue and the results are all the same... no results.. changing values of leds to display.. clearing.. nothing seems to change the output of the 7219.
Has anyone run into this issue and how did you resolve it?
could this be a problem with the DisplayTest-feature of the MAX7219? The datasheet of the MAX7219 says once DisplayTest is activated it overrides all other commands. If you software has an explicit function for this you should set the DisplayTest off right at the start of your code (in setup()).
If there is no explicit function you can always send the MAX7219 OpCode 0x0F for DisplayTest followed by the value 0x00 for switching it off.
For what it may be worth, I had the same symptom (all on bright) with the MAX7221 when the CLK pin was disconnected. You might want to recheck that line - maybe put a sound card oscilloscope on it. (It will also buzz your PC speaker.)
You might request a set of samples from Maxim (perhaps the 7221 this time). Too bad they take so long for this particular chip. (Mine took 3 weeks from Asia.)