I have doubts that two LCD's with just an enable toggling between them will function. Most LCD's require an initialisation sequence following power-up which is accomplished by PBP transparantly to you. Therefore only the currently enabled LCD will be initialised, thereafter PBP will sit back safe in the knowedge it's done it's housekeeping. The second LCD will never be initialised and may well fail to respond correctly if at all.

You can of course bypass PBP's LCD routines and write to your two LCD's directly, but first you must acquire the Datasheet for your LCD controller to determine the command sequences required.

Melanie