Thread: i2c LCD
View Single Post
Old 07-20-2013, 02:54 AM   #6 (permalink)
nickdigger
EcoModding Apprentice
 
Join Date: Aug 2009
Location: terra firma
Posts: 138
Thanks: 4
Thanked 24 Times in 22 Posts
Just use a parallel LCD. If you really want to use fewer pins, you can still convert your parallel LCD to serial, using a single inexpensive chip. It uses 5 pins total for the LCD, instead of 8, and the code library has already been posted on the web somewhere (very similar to the code in mpguino, so it's easy to update). More info at Arduino Playground - LCD3wires
  Reply With Quote
The Following User Says Thank You to nickdigger For This Useful Post:
dewasha (07-20-2013)