How to create an RGB LED matrix using PWM

This designer was able to create an RGB LED PWM matrix using Arduino 'UNO' and four '74HC595' chips: My 3rd Arduino LED RGB Matrix Project - YouTube
My 3rd Arduino Project 8x8 RGB LED Matrix with PWM code - YouTube
When I say PWM, I mean that he was able to display more than 7 colors (16 bit color) on his RGB LEDs.

I'm not looking to reinvent the wheel unless I have to. Are there any Tutorials out there that show you how to create this physically and programmatically?

http://playground.arduino.cc//Main/InterfacingWithHardware#Output

ravewings:
Like I said, I'd rather not reinvent the wheel.

And you'd rather we use google for you instead of doing it yourself...?

madworm:
Arduino Playground - HomePage

Thanks for your input madworm. I'll start reading.

fungus:

ravewings:
Like I said, I'd rather not reinvent the wheel.

And you'd rather we use google for you instead of doing it yourself...?

Well.. I was looking for strait answers, but maybe you're right, I shouldn't give up so easily. Madworms reference will keep me busy for days. Thanks for your help guys.