PDA

View Full Version : 40466 LCD help



iw2fvo
- 3rd February 2020, 09:02
Hi to all in this forum,

I have to interface 40466 (40 chars X 4 lines) LCD with my PIC.
Is there any pic basic program to take as example please ?
Thanks for any help .
regards,
Ambro

HenrikOlsson
- 3rd February 2020, 10:09
As far as I can see from a simple Google search it's compatible with the HD44780 controller so it should work fine with LCDOUT. But, since it's 4 lines by 40 characters it uses TWO controllers so it needs to TWO separate Enable-lines, something LCDOUT doesn't support directly.

You could solve that by externally (to the PIC and controlled by the PIC) gate the enable line to either input on the LCD module.

pedja089
- 3rd February 2020, 12:23
Maybe this will help
8797

iw2fvo
- 4th February 2020, 07:33
Thanks to everybody for the assistance and for the sample code.
It is working very well now.
regards
Ambro