LCD Problem


Closed Thread
Results 1 to 16 of 16

Thread: LCD Problem

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default

    Wired all data lines but still have the same issue, but it looks like it treats lines 1 & 2 as line one and lines 3 & 4 as line two. Is there any limitation in picbasic pro's lcdout command for this type of display. The display type is Batron BTHQ42003AV, ive ordered a replacement anyway just in case this one is faulty.

    Thanks Sphere.
    Last edited by Sphere; - 14th May 2008 at 22:41.

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Sphere View Post
    Wired all data lines but still have the same issue, but it looks like it treats lines 1 & 2 as line one and lines 3 & 4 as line two. Is there any limitation in picbasic pro's lcdout command for this type of display. The display type is Batron BTHQ42003AV, ive ordered a replacement anyway just in case this one is faulty.
    Would've been a lot more helpful to have the model information a lot earlier.
    The model you've got has a controller that isn't 100% Hitachi 44780 compatible.
    Seems it likes to work in blocks of 12...which would probably explain your issues.
    In the case of this LCD, the standard 1st line ($80), 2nd line ($C0), 3rd line ($94), 4th line ($D4) addresses aren't going to work.
    Here's the link to the datasheet:
    http://www.datasheetcatalog.com/data...6712UA02.shtml
    Read thru it a bit. You may/may not see what I mean...specifically page 364, 384, and 419.
    Last edited by skimask; - 14th May 2008 at 23:37.

  3. #3
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default

    Is the display not compatable with pic basic and do you know what the EXT pin is.

    Thanks Sphere.

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Sphere View Post
    Is the display not compatable with pic basic and do you know what the EXT pin is.

    Thanks Sphere.
    I'd say it's 'compatible enough', it just needs different parameters than what the PBP manual calls for.
    From the quick read I did of that datasheet (the rest is up to you), it looks to me like the left 12 characters can be accessed normally, like it was a regular 12x4 display. But to get to the right 8 characters, you have to use that pin in some way.
    It's either that or write your own routines to handle the display...

  5. #5
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default

    Thanks for trying, I guess I will have to find an alternative display. If anyone out their can help with an alternative display which is compatible with pic basic but also has the same dimensions as the display I quoted it would be appreciated.

    Thanks again skimask for the extended effort.

    Sphere.

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Sphere View Post
    Thanks for trying, I guess I will have to find an alternative display. If anyone out their can help with an alternative display which is compatible with pic basic but also has the same dimensions as the display I quoted it would be appreciated.
    I don't think you need a different LCD. A little bit of reading will most likely get this LCD working for you just fine.

  7. #7
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Lightbulb

    Hi,

    it appears the "extention driver" must be enabled for character > 12 th column ...

    solution is in the KS 0073 Datasheet, page 27 bottom ...

    Good reading

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  8. #8
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    The HD66712 software is upwardly compatible with the LCDII (HD44780) which allows the user to
    easily replace an LCD-II with an HD66712. In
    it's compatible... hardware problem...
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. LCD problem with 16F628
    By ngeronikolos in forum mel PIC BASIC Pro
    Replies: 25
    Last Post: - 19th September 2016, 08:28
  2. Newbie? Problem with LCD
    By lew247 in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 7th December 2009, 19:48
  3. LCD problem
    By Andre_Pretorius in forum General
    Replies: 8
    Last Post: - 27th January 2009, 15:47
  4. LCD Problem
    By karenhornby in forum General
    Replies: 3
    Last Post: - 19th June 2008, 11:43
  5. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07

Members who have read this thread : 0

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