LiquidCrystal lcd(...) functionality

Set a boolean variable, let's call it lcdDone, to false. Test lcdDone before creating the instance. Create the instance if lcdDone is false and set lcdDone to true. Next time through loop() lcdDone will be true and a new instance will not be created.