Hi, nimonia
Devantech sells a ready to use I2C LCD ...
Here, for example :
http://www.robopolis.com/produit/156...I2C--serie.php
or Here : http://www.robot-electronics.co.uk/s..._LCD022058.htm
sooooooo easy.
Alain
Hi, nimonia
Devantech sells a ready to use I2C LCD ...
Here, for example :
http://www.robopolis.com/produit/156...I2C--serie.php
or Here : http://www.robot-electronics.co.uk/s..._LCD022058.htm
sooooooo easy.
Alain
Last edited by Acetronics2; - 21st May 2005 at 13:30.
"adding I/O's with the MCP23008 or 20016 is a very easy and neat solution"
Melanie is referring to the MCP23016, in case anyone is trying to find a 20016.
I agree, I'm in love with the MCP23008/16 chip (8 and 16 I/O pins). It's an awesome way to increase I/O pins on older chips like the 16F628 (a good strong and proven workhorse if you ask me).
The 16F877 is better, but at a cost. If you don't need more I/O pins AND extra memory, then it's overkill in a lot of applications.
Robert
![]()
Last edited by Demon; - 26th September 2005 at 02:04.
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Hi,
This is a serial LCD using a PIC. It takes commands in the LCDOUT style, hence is easy to incorporate.
Regards
Sougata
One note to those having problems with these I/O expanders, remember to scroll all the way down the PDF and check out the timing requirements.
MCP23008: top of page 23.
Robert
![]()
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Sougata,
I checked your attachment and I noticed something odd. The LCD is parallel, it's the communication to the PIC that is serial.
Or am I more confused than I think I am?
Robert
![]()
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Hi there,
Parallel LCDs are easily available and cheaper (at least here in India). The SELD is a dedicated PIC programmed with PBP that drives a normal parallel LCD. The PIC takes its command via a serial input thus freeing up resources on the main controller.
I personally use a PIC18F452 based circuit that uses interrupt based serial routine handling and gives me the freedom to use buttons and indicators at the same time. A complete user interface module you can say. This reduces wiring in my panel from the main coontroller and leaves the controller more useful for other sensing and control tasks.
Regards
Sougata
Bookmarks