Using LCD Class Object as static member

Why would you type that extra Instance(). on each access,
just to smuggle in the lcd initialization?

PCI::lcd.print("LCD Test"); could be used freely IMHO,
if the initialization had not been hidden in the first access.