Ok,
Awesome...
i have some activity but i think that the LCD is not getting enough Power.
Thanks a lot for your help !!
Gary D.
Ok,
Awesome...
i have some activity but i think that the LCD is not getting enough Power.
Thanks a lot for your help !!
Gary D.
???Originally Posted by RFEFX
If it wasnt getting enough power it wouldnt work.
Assuming it is displaying the characters you sent then it probably just needs the contrast adjusting.
Keith
www.diyha.co.uk
www.kat5.tv
Ok.... I have been tying to program this LCD for the last couple days..
Im using the PIC16F876A on PORTA.5
The LCD Specs are Here
when i send
SEROUT PORTA.5,6,["Hello"]
or when i send
SEROUT2 PORTA.5,84,["hello"]
I get nothing but the Cursor moves around a lot.
Has anyone got code for the Parallax LCD 4x20 Module.
There are 10 kinds of people. Those that know binary and those that do not.
you have to disable the analog A/Ds
ADCON1=7
And probably analog comparator
CMCON=7
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Nope... Still nothing....
There are 10 kinds of people. Those that know binary and those that do not.
Is the Test mode work?
If so, set it to 2400 Bauds,, reset the LCD module and try...
AND this oneCode:ADCON1=7 CMCON=7 HIGH PORTA.5 PAUSE 500 SEROUT PORTA.5,4,["Hello"] Z: goto Z
If i refer to their datasheet and the code example, it must be driven TRUE.Code:ADCON1=7 CMCON=7 DEFINE DEBUG_REG PORTA DEFINE DEBUG_BIT 5 DEFINE DEBUG_BAUD 2400 DEFINE DEBUG_MODE 0 HIGH PORTA.5 PAUSE 500 debug "Hello" Z: goto Z
Wich osc speed are your using?
Last edited by mister_e; - 2nd December 2006 at 21:25.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
LCD start up test works...
I am running a 20Mhz Crystal Oscillator in HS mode...
LCD is receiving data just not what i send it... Just a bunch of characters.
Regards,
Gary D.
There are 10 kinds of people. Those that know binary and those that do not.
Bookmarks