I have noticed that some of you are having problems with using I2C LCD displays so hopefully this may help.
The serial displays I use are the LCD05
http://www.robot-electronics.co.uk/acatalog/LCD_Displays.html
Here is a script example of how to use it in I2C mode
----------------------------
#SayWait("LCD Demo")
# first clear the screen and hide the cursor
i2cWrite(0,0xc6,0,12,4,19)
sleep(1000)
# print at 1,3 first message
i2cWrite(0,0xc6,0,3,1,3,"The EZ-B is now")
sleep(2000)
# next print at 2,2 second message
i2cWrite(0,0xc6,0,3,2,2,"displaying on LCD")
Asked
— Edited
I can really recommend the LCD05 displays, that work well and are a good price.