lcd


Closed Thread
Results 1 to 4 of 4

Thread: lcd

  1. #1
    mississippi's Avatar
    mississippi Guest

    Default lcd

    I wrote a program like in the manual for lcd.
    I have a 16 char 1 line lcd display.
    I use the 4 line connection.
    When I display the text I only see the first 8 characters.
    The characters for 9 to 16 are not visible.
    What is wrong?

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Hi mississippi,

    Most 1x16 displays are actually a 2x8 with both "lines" next to each other.

    Try doing this...

    LCDOUT $FE,1,"Line 1 ",$FE,$C0,"Line 2 "

    HTH,
        Darrel

  3. #3
    anj's Avatar
    anj Guest


    Did you find this post helpful? Yes | No

    Default

    Gday Darrel
    Helped me.
    I had an old 1x16 that only showed 8 chars.
    Could never get it to work properly till now.

    Andrew

  4. #4
    Join Date
    Oct 2003
    Location
    holland
    Posts
    251


    Did you find this post helpful? Yes | No

    Default

    Darrel,
    That was the problem.
    I chose 2 lines and I put the data to line 2 and now I can read 16 char's.
    Thanks.

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. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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