Automatically Display Serial on LCD

Hi, is it possible to make my LCD automatically display whatever printed in serial without needing to put the codes for I2C LCD on every script ?

(deleted)

Is there any example or something?

I'm sorry, kinda a newbie.

manafont:
Hi, is it possible to make my LCD automatically display whatever printed in serial without needing to put the codes for I2C LCD on every script ?

Without coding, there is no way to do it.
You definitely have to code.

You can refer to the following tutorials:

Yeah, I mean is there a way to just code for the LCD setup & to read serial once then be able to use it on every new sketch.

(deleted)

You can’t write something “for the lcd” , remove the lcd and fit it somewhere else and it work the same .