??? 10/01/08 03:36 Read: times |
#158717 - But how about the control defs Responding to: ???'s previous message |
But how are the definitions of the control lines defined. You indicated that ENABLE is connected to P3.7 and RS is connected to P3.5. When you move the LCD module connections to P1 or P2 are you also moving the ENABLE and RS connections to the upper pins of P1 or P2? If so you will also need to change the definitions of the ENABLE and RS bits so that they move too.
Without seeing how you have your code setup it is kind of hard to guess further what could be wrong. As long as P1 or P2 are setup as regular ports (nor being leveraged as external memory bus) they should work equally well with the LCD module provided you have all the definitions correct. Michael Karas |