Arduino to Nokia 1616, 1660, 1661, 1800 LCD screen

I am trying to hook up a Nokia 1660 screen to my Adruino. I did some research and determined that the pinout of the screen is the following

  1. NC
  2. Reser
  3. CS, chipselect
  4. GND
  5. SDA, Serial data analysis
  6. SCK, clock
  7. VDDI
  8. VDD
  9. GND
  10. LED - , GND
  11. LED + , 3.3v
    12 NC

I have hooked the SDA to SDA , SCK to SCK, 3.3v to LED+, VDD, VDDI, and GND to GND.
The rest of the pins i have left alone.

I have preformed a address search through my Arduino to try and determine the address of the LCD but no address is turning up.

Any ideas?

Thanks,
Mark

(deleted)

So in order to communicate with it i have to set chipselect to logic 1? Can i use the Wire library to communicate with it? AKA SDA to SDA and SCK to SCL?