If you get one of those no name i2c controllers for Arduino which do not have a default address specified, take a look at either of these two scripts:
a) https://github.com/todbot/arduino-i2c-scanner/ [Disclaimer: I have made one commit to this project]
b) http://playground.arduino.cc/Main/I2cScanner
Cheers