Has anyone got these cheap LCD's to work with arduino? (ST7735R)

@zachwiej - How do you connect up the display to the hw SPI on the arduino?

// Option 2: must use the hardware SPI pins
// (for UNO thats sclk = 13 and sid = 11) and pin 10 must be
// an output. This is much faster - also required if you want
// to use the microSD card (see the image drawing example)

I guess 13 goes to SCK on the lcd, but I'm not sure what pins 11 and 10 need to be wired to on the screen?

@Docedison - Thanks Bob I would quite like to see the code if you don't mind.