dannable:
Is there some of the GPS code missing? The declarations and includes before setup()?Everything before setup() wants to be in your new sketch. Everything in BOTH setup() wants to be in the setup() of your new sketch - but you need to sit down and make sure that you aren't trying to use any pins for more than one task, unless that is what you want! I haven't been through the code thoroughly but as I have that screen combo I suspect there will be conflict, and if there is you will need to move Serial1 to other pins.
And then the difficult bit - read the gps, decode the message and output to lcd!
(Whoops - I forgot it was a Mega clone - but the basics are still right!)
When i upload the GPS code on its own and look at the serial monitor it is receiving the data so the code for the GPS seems to be working and they are separate pins to where the LCD is so that shouldn’t be a problem. I’m at the decode message and display on LCD bit where im stuck haha
And i have an official Arduino mega 2560 its just the shield and screen that are Sainsmart