Alternative to the H44780 lcd controler


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default

    Thanks for the reply skimask. I’m using the Batron BTHQ42003AV display, I can access line 1 and 3 using the LCDOUT command but only the first 12 characters of those lines, anything after that just copies part of what’s showing on line 1 on line 2. I need to figure out how to enable access to the rest of the display, but unfortunately this is where I draw a blank. It looks like you have to enable the EXT pin to enable access to the rest of the display but I do not know how too.

    Thanks Sphere.
    Last edited by Sphere; - 31st July 2008 at 15:05.

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Sphere View Post
    It looks like you have to enable the EXT pin to enable access to the rest of the display but I do not know how too.
    I just Googled 'hd 66712 pbp' and look what came up:
    http://list.picbasic.com/forum/messa...tml?1073232023

    Then I searched '66712' here and came up with this:
    http://www.picbasic.co.uk/forum/show...hlight=hd66712

    So it seems you have the answers at YOUR fingertips...still...

  3. #3
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default

    So im I wasting my time with this display.

    Sphere.

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Sphere View Post
    So im I wasting my time with this display.
    Sphere.
    No! That's the point! You're not wasting your time with this display!

    This display can and should work just fine for you...then and now.
    Will it take some reading and learning? Yes...
    Might it take a bit of reading of the datasheets and some playing around with PBP to get it to work right? Maybe...
    Might it take a few 'custom' routines to get it to work? Probably...
    (HD66712 datasheet, pages 398, 405, 411)
    Last edited by skimask; - 31st July 2008 at 17:05.

  5. #5


    Did you find this post helpful? Yes | No

    Default

    You could always used this LCD from Sparkfun. Looks like it may be cheaper than the one you are using and the Samsung controller is a direct replacement for the Hitachi.

    Looking at the display you are using there are somethings you need to do:
    DEFINE LCD_LINES=4
    The $FE cursor commands in the PIC BASIC Pro table for LCDOUT are not correct for this part - First line starts at x080(0x80 + 0x00), second at 0xA0(0x80 + 0x20), third at 0xC0 (0x80 +0x40), and fourth line at 0XE0 (00x80 +0x60).

    Otherwise it is the same as the HD44780.
    Tim Barr

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. LCD Problem
    By karenhornby in forum General
    Replies: 3
    Last Post: - 19th June 2008, 11:43
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  5. Dedicated LCD Controller question
    By chuckles in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 27th February 2006, 14:44

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