I got one error with LiquidCrystal_I2C.h library:
lcd_I2C_example.cpp.o: In function __static_initialization_and_destruction_0': d:\Downloads\arduino-1.5.2-windows\arduino-1.5.2/lcd_I2C_example.ino:4: undefined reference to LiquidCrystal_I2C::LiquidCrystal_I2C(unsigned char, unsigned char, unsigned char)'
lcd_I2C_example.cpp.o: In function `setup':
I can't change the "d:/downloads/..." to "my documents/Arduino" , I have change the preferences.txt, also I deleted the old directory , nothning!
How can I do this?
Do you have that chip as well and have you tried the code on that page?
If you have tried that exact code, try to change 0x38 to 0x27 or 0x20 and see if that makes a difference.