Remapping of pins in libraries

Is is possible to remap pins in libraries?
For example, if I wanted to use the LCD library and the Stepper motor library at the same time, it appears that I cannot as pins for devices overlap in these two libraries.
Is there an include file somewhere that defines the pins that would let me simply change them (as long as the pin supports the same functionality).
JR

Which LCD library are you using?

The Stepper library requires that YOU define which pins it uses. If those are the only two libraries you are using, there should be no conflict.

The current LCD library also allows you to map pins. I am using it with totally different pins than are used in the examples.

Ken H>