Sparkfun LCD driver problem
tonocastillo
Posts: 12
Hello
I have been playing with a LCD from Sparkfun:
http://www.sparkfun.com/products/790
I have tried the LCD drivers for HD44780 interfaces but all I get is the full block blinking blocks in the first line of the LCD.
Nothing in the second line.
I am using the 4bit mode driver found here:
http://obex.parallax.com/objects/106/
and here:
http://obex.parallax.com/objects/667/
with no luck. The same thing, just blinking blocks.
Any ideas of what could be the problem?
I checked if the solder was done properly and everything seems to be fine.
I connected 4 pins:
LCD ---> Propeller
DB4 ---> pin 11
DB5 ---> pin 10
DB6 ---> pin 9
DB7 ---> pin8
RS = 19
RW = 21
E = 23
Not sure if any of you have had experience with this LCD?
Thanks in advance.
-Tono
I have been playing with a LCD from Sparkfun:
http://www.sparkfun.com/products/790
I have tried the LCD drivers for HD44780 interfaces but all I get is the full block blinking blocks in the first line of the LCD.
Nothing in the second line.
I am using the 4bit mode driver found here:
http://obex.parallax.com/objects/106/
and here:
http://obex.parallax.com/objects/667/
with no luck. The same thing, just blinking blocks.
Any ideas of what could be the problem?
I checked if the solder was done properly and everything seems to be fine.
I connected 4 pins:
LCD ---> Propeller
DB4 ---> pin 11
DB5 ---> pin 10
DB6 ---> pin 9
DB7 ---> pin8
RS = 19
RW = 21
E = 23
Not sure if any of you have had experience with this LCD?
Thanks in advance.
-Tono
Comments
I suspect Jon diagnosed the problem correctly -- DB7 from the display should connect to the higher-numbered Propeller pin for the ObEx object 667 to work correctly.
I guess it's because I want to do so many things at a time.
I tried both of your codes and I can only make all block of the LCD to blink.
Will try it with some pull up resistors in the DB# pins.
Let's hope this makes a difference.
If not, I'm going to go with a parallax LCD.
Thanks.