That initialization code is already in the LCD_AnyPin file.

To invoke it, simply use this after turning it on.
Code:
FLAGS = 0
That tells PBP that the LCD hasn't been initialized yet, and it will do so on the next LCDOUT.