Best / easiest way to interface 8x8 RGB LED matrix

I and I think a few other people have been trying to find a good way to interface 8x8 common cathode rgb led matrixes with the arduino.

I made a post on my blog about the options currently available. See next post.

but I was wondering what everybody else might think about this situation. My current plan is to wait and see what the Seeed Studio Rainbowduino looks like when released. From what I can tell, the SparkFun serial connected matrix seems like it would be by far the easiest to use, as it has libraries implemented for it already... However they will not sell me the driver separately from the matrix, and I already have a matrix! It also is a bit expensive IMHO.

Thoughts? I am not quite ready to build my own driver yet, I don't think my soldering skills are good enough.

Link to mentioned blog post:

http://jafoca.com/tech/electronic-odyssey-pt15-first-steps-and-some-info-on-driving-8x8-rgb-matrixes

madworm and I have both produced boards that will drive 8x8 matrix parts. We both are software compatible with each other, but madworm embeds the whole microcontroller on his board while my board works as a shield.

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1238559959

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1237743605

The big downside here is that the SparkFun 8x8 matrix is not compatible. Their matrix is common cathode, which would just be a minor tweak to the software, but the pinout ordering is also wired up entirely differently, which the software itself can't fix.

If you're interested in wiring your own, I've also produced an EAGLE library that has the two kinds of 8x8 matrix, complete with pinouts and symbols.

http://halley.cc/arduino/matrix.lbr

I think the matrix that I am working with, as others are, is the one from Seeed Studio. It has common cathode, I believe.

Are there any other more or less "easy" or at least pre-built options for driving these things?

The one from Seeedstudio is common anode row (see the datasheet http://www.seeedstudio.com/depot/datasheet/2088RGBMatrix.pdf ), and works with either board project I listed above. Their webpage mentions "common cathode" but I would trust the datasheet more. LEDsee.com's matrix is from another factory but identical pinouts.