PDA

View Full Version : regarding Graphical-LCD called JHD240128D.



itsssyam
- 3rd May 2011, 14:57
Hello to all,

I’m using Graphical-LCD called JHD240128D. Initially i’m trying to display message called “hello world” but I’m unable to diplay it.
Please can you help me.
Microcontroller is PIC18F452. My hardware connections are as follows

glcd_tris var TRISD 'Data bus direction
glcd_dat var PORTD 'LCD 8 bit data bus
glcd_wr var PORTC.0 'Write control bit
glcd_rd var PORTB.1 'Read control bit
glcd_ce var PORTB.2 'Chip enable control bit
glcd_cd var PORTB.3 'Command and Data toggle bit
glcd_rst var PORTB.4 'Reset control bit
glcd_fs var PORTB.5 ' Font select

SPECIFICATION OF LCD MODULE:
PART NO: JHD240128D
DRIVER IC: KS0086
CONTROLER IC: T6963CFG
please help me in pbp coding

Thanks in advance,
with regards,
Syam.

shahidali55
- 3rd May 2011, 16:13
Try this.
It is a working PBP example.
http://www.compsys1.com/support/PBP_Files/t6963c/

Modify it to suit your setup.

itsssyam
- 4th May 2011, 05:11
Try this.
It is a working PBP example.
http://www.compsys1.com/support/PBP_Files/t6963c/

Modify it to suit your setup.

thanks for ur replay. i tried this one but unable to get output.

can u advise me

Demon
- 5th May 2011, 02:43
I have the same code as above in my archives so I can't help you there.

Would this help?
http://www.hantronix.com/files/down/t6963app.pdf

And then there's Steve's work:
http://homepages.tesco.net/~steve.lawther/steve/pdfs/t6963c.pdf

Taken from here:
http://homepages.tesco.net/~steve.lawther/steve/t6963c.htm