Hi Guys,
So I would like to connect 2 seperate identical LCD modules to the same pic.
Do I just connect everything in parallel except the contrast and enable pins,
then just toggle the enable pins to select which display I'm talking to?
Hi Guys,
So I would like to connect 2 seperate identical LCD modules to the same pic.
Do I just connect everything in parallel except the contrast and enable pins,
then just toggle the enable pins to select which display I'm talking to?
Art, I have done just that in the past for a few projects, except I have 1 enable line that is dedicated to the enable port pin declaired with 2 resistors of 1 K ohm value connected to the enable line from the processor. Then each of the other resistor legs get connected to the respective display enable lines. Then I just used 2 remaining processor pins connected to the the display enable lines respectivly, these pins would be held low and set as outputs. Now to communicate to a display you just set the respective (enable) pin to an input state then send the lcd commands to that display. The other display will keep its former displayed material as it's (enable) line would be held low.
Dave Purola,
N8NTA
Darrel had done this but cannot find the link in the forum.
If he gets back on-line I am sure he will post it.
Ioannis
Sure I will ...
Two LCDs on one PIC
http://www.picbasic.co.uk/forum/show...=2388#post2388
Maximun Cable Length for PIC to LCD
http://www.picbasic.co.uk/forum/showthread.php?t=7596
<img src="http://www.picbasic.co.uk/forum/picture.php?albumid=1&pictureid=4" />
DT
Cheers, that's about how I expected it would work except for the trick with the resistors.
Bookmarks