![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
Hi There is a project which I'm wanting to build that has a LCD display (4 bit), But was wondering if it is posible to run a second LCD a short distance for remote viewing (say less than 2 meters) from the same connection, putting it in parallel to the first? Thanks in advance! | |
| |
| | #2 |
|
I forgot a nice IC that would help u I'll look for it in a min can't seem to remember... I would suggest using transistor to set low/high with pull up/down resistors
__________________ AtomSofts eBay Store AtomSoftTech: C18 TIPS & TRICKS v9 PDF Nokia 6100 Driver/Software My Name: Jason Lopez http://atomsofttech.info/ | My YouTube Videos! My Favorite Store: dipmicro Electronics Last edited by AtomSoft; 7th November 2009 at 12:49 AM. | |
| |
| | #3 |
|
Ok Atomsoft So I assume you can't just parallel the connections? | |
| |
| | #4 |
|
You can simply parallel the connections as long as you are using delays rather than reading the busy flag. If the R/W line is grounded then you are good to go. If the R/W is used then you could just ground the R/W line on the second display. If the later then make sure the displays are identical or the second one is a newer faster display. Mike. Last edited by Pommie; 7th November 2009 at 11:04 AM. | |
| |
| | #5 |
|
pommie you dont think it will draw to much current from LCD? Im not sure but heh i never tried or checked.
__________________ AtomSofts eBay Store AtomSoftTech: C18 TIPS & TRICKS v9 PDF Nokia 6100 Driver/Software My Name: Jason Lopez http://atomsofttech.info/ | My YouTube Videos! My Favorite Store: dipmicro Electronics | |
| |
| | #6 |
|
No, the control and data lines use no power whatsoever and so as long as your supply can power two LCDs then it will work fine. The only problem is if your second display is slower than your first (using R/W) but then you can just swap them over. Mike. | |
| |
| | #7 |
|
cool now i know heh
__________________ AtomSofts eBay Store AtomSoftTech: C18 TIPS & TRICKS v9 PDF Nokia 6100 Driver/Software My Name: Jason Lopez http://atomsofttech.info/ | My YouTube Videos! My Favorite Store: dipmicro Electronics | |
| |
| | #8 |
|
The LCD driver uses high impedance CMOS inputs (like Pommie said), you should be able to connect a LOT of paralleled LCDs to the PIC pins. You might increase the delays for safety in case you have added capacitance from long wires to the remote LCD.
| |
| |
| | #9 |
|
Thanks Guys The the circuit does use the R/W, RS & E1 Pins So just to confirm, the "remote" LCD should be "Faster" than the "main" LCD and the "remote" R/W should be grounded? This is because the faster "Remote" LCD will process the data before the "main" LCD send a confirmation on the R/W pin to continue? Sorry, I'm a newbie on PICs nevermind LCDs.... LOL If my understanding is correct, then would it not be better to make the "main" LCD faster and ground the R/W and rather use the slower remote LCD trigger the R/W, therefore making it safer as if there is any issues due to capacitance of long cabling the remote would always be last to process and trigger, and knowing the "main" would have finnished already? Hope that makes sense, but of cause it could only make sence if my above statement is true........ | |
| |
| | #10 |
|
You are correct in your assumptions, grounding the local LCD R/W would be safer. However, if you have the source code then I would just add a small delay after every write. Mike. | |
| |
| | #11 |
|
Cool Thx Pommie
| |
| |
|
| Tags |
| display, dual, lcd |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| Dual temp LCD display output | 1-3-2-4 | General Electronics Chat | 33 | 12th March 2009 12:57 PM |
| dual 7-segment LED display | razzler | Electronic Projects Design/Ideas/Reviews | 10 | 13th January 2009 02:10 AM |
| Substituting a 16x2 LCD display for 16x1 LCD display? | Dawny | Electronic Projects Design/Ideas/Reviews | 19 | 11th October 2008 09:58 AM |
| dual seven segment display | jcaluma | General Electronics Chat | 5 | 24th July 2003 02:44 PM |
| dual seven segment display | jcaluma | Electronic Projects Design/Ideas/Reviews | 5 | 24th July 2003 05:51 AM |