Hi....I'm a total newb!!!!
Is there a way to connect multiple 20x4 lcd modules to an uno ... say...maybe up to 4 of them? I can't seem to find a tutorial that covers this.
Thanks very much
Rick
Aurora, IL.
Hi....I'm a total newb!!!!
Is there a way to connect multiple 20x4 lcd modules to an uno ... say...maybe up to 4 of them? I can't seem to find a tutorial that covers this.
Thanks very much
Rick
Aurora, IL.
Arduino.cc has this example for a single serial LCD: http://playground.arduino.cc/Learning/SerialLCD
SparkFun has this example:
http://playground.arduino.cc/Learning/SparkFunSerLCD
The SparkFun example shows how to set up a serial connection over a specific single pin to an LCD, which means that the Uno can handle 4 of them in just 4 pins.
Hope that helps, let us know how it goes!
Cheers,
-Nico
Ha, beat you by 3 minutes, Nico! 
307. Apr 4, 2013 11:06 PM (in response to Rick Gottschalk)
Re: Have a question on Arduino? Ask our expert Simon Monk
Have you looked on sparkfun.com and adafruit.com for tutorials on 20x4 LCD displays?
Are you prepared to run a separate regulated power supply to the displays?
If the displays have a select pin that gets pulsed to load the byte/nibble on the data lines, then the answer is yes once you determine how you will multiplex the select pins.
Thanks for the response....multiplexing the select pins....gonna get right on that....perfect for a noob.
A seperate power supply is no big deal...that's the easy part for me.
Adafruit has a tutorial but it really doesn't explain much about multiples except for adding some jumpers across the back for addressing purposes.....I still need to check the sparkfun page.
thanks again.
thanks Nico....this appears to be a very ggod starting point for someone with seriously limited experience such as myself. Methinks I'll begin here and multiplex later.
Thanks again...this appears to be what the doctor ordered!!!
Rick
Aurora, IL.
Try the Adafruit BackPack #292, you can change the I2C address and use up to 8 of them. You will need an additional power supply when you start using more displays.
Try the Adafruit BackPack #292, you can change the I2C address and use up to 8 of them. You will need an additional power supply when you start using more displays.