regarding Graphical-LCD called JHD240128D.


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2009
    Posts
    10

    Default regarding Graphical-LCD called JHD240128D.

    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.

  2. #2
    Join Date
    Jun 2006
    Location
    Bangalore, India
    Posts
    136


    Did you find this post helpful? Yes | No

    Default Re: regarding Graphical-LCD called JHD240128D.

    Try this.
    It is a working PBP example.
    http://www.compsys1.com/support/PBP_Files/t6963c/

    Modify it to suit your setup.

  3. #3
    Join Date
    Dec 2009
    Posts
    10


    Did you find this post helpful? Yes | No

    Default Re: regarding Graphical-LCD called JHD240128D.

    Quote Originally Posted by shahidali55 View Post
    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

  4. #4
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,598


    Did you find this post helpful? Yes | No

    Default Re: regarding Graphical-LCD called JHD240128D.

    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.la...dfs/t6963c.pdf

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

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts