??? 02/09/07 03:30 Read: times |
#132329 - check this Responding to: ???'s previous message |
In your code, you also added at the end:
lcd d4..7 to P0.0..3 lcd EN to P0.5 lcd RS to P0.4 lcd R/W to 0v Now, instead of making these connections: P0.0 to D4 P0.1 to D5 P0.2 to D6 P0.3 to D7 Try these connections: P0.2 to D4 P0.1 to D5 P0.3 to D6 P0.0 to D7 and then run your code again. Do you get my point? |