Print out SMS on I2C LC Display

hi there

I am absoloutely new to the world of the arduino and coding. My question or my problem might be for the most people here fairly simple:

I would like to print out a received SMS on an I2C Display. My code works as good as well, but it only prints out the last letter or the last number of the SMS. Where did I do the mistake? I have had fair enough copied the SMSreceive code from the GSM library and edited with the I2C stuff to display the text on the LCD instead of the serial monitor.. :slight_smile:

Any tipps? :slight_smile:

Code is attached...

ReceiveSMS.ino (1.08 KB)