sfgelectronics:
The library that I am using specifies that in order to start communication with the lcd, you need to use lcd.begin(sda, scl). In this case, sda is pin 0, scl is pin 2.
What's the download URL for your LCD library. I've not seen one that asks for the clock and data lines with the begin() method.