I want to display serial data to my I2C lcd

Every thing is running ok, I just wanted to add a I2C lcd

The difference between sending data to serial and data to LCD is

Serial.print(data):
lcd.print(data):

any example included with the lCD library will show you that.