Hi.

I have a very small project on 16f628 that uses a classic LCD,

Now, due to PCB and PINOUT restrains i need to use the PINs (A6,A7,A0,A1) as data bus for this LCD, that is impossible with the LCDOUT defines, any help on how i cand do this?

Hopefully
PortA.6->D7
PortA.7->D6
PortA.0->D5
PortA.1->D4

Thanks on any help

DJC