How to use LCD with Arduino Mega 2560

All it would have taken is a few more comments in the example sketch ....

//LiquidCrystal lcd(RS, E, D4, D5, D6, D7);
LiquidCrystal lcd(7, 8, 9, 10, 11, 12);      // put your pin numbers here

Don