There are 11 messages in this thread.
You are currently looking at messages 10 to 11.
Jesper wrote: > I've got this weird problem with a HD44780 compatible display. It's a > 40x4 display from Batron. The displays is based on 2 HD44780 > controllers. > > I tried with an older 40x2 HD44780 compatible display, but same > result. That means the problem is in your code and/or hardware. My guess - CODE. Or maybe the logic level incompatibility between LPC2xxx and 5V LCD? How do you handle the level translation? Do you read the statur from LCD? > I'm confused.... ANY SUGGESTIONS??? Yes. Forget and delete all the sample code you got from any source and write your own init routine, strictly following the HD44780 data sheet. It always works for me! If you use 4 bit interface, remember to read two nibbles while querying the busy flag! (discard the second nibble but toggle Enable for it).