what is the bit instruction to get to LCD line2


Closed Thread
Results 1 to 9 of 9

Hybrid View

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


    Did you find this post helpful? Yes | No

    Wink

    Hi, Edward

    I'm sorry for my mistake : your question was nos so clear, as it was not a PBP Background ... I always think we are on a PBP Forum ...

    Yes, I become a bit angry these times : reading here pages and pages of code with the same questions : where is my error or ( can you ) do it for me ??? or ground level Questions showing the manual ( humour ...) has never been opened, is RATHER BORING.

    Regards
    Alain

  2. #2
    Join Date
    Oct 2004
    Location
    Hangover, Germany
    Posts
    289


    Did you find this post helpful? Yes | No

    Default

    I think you have a display with 2 lines of 16 characters.
    On the backside of the display you can find only one drop of black plastic.

    The Controller (under the plastic) can NOT manage these display in the desired way. The display ist broken into 4 parts of 8 characters.

    look at this:
    -----
    ;Display clear
    Disp_Clr:
    LCDOUT $FE,1isp_Zeile2=0:Return
    ;goto the second (right) part of a line
    Disp_Tab:
    LCDOUT $FE
    IF Disp_Zeile2 THEN
    LCDOUT $C8
    ELSE
    LCDOUT $88
    ENDIF
    return
    ;goto the second line
    Disp_LF:
    LCDOUT $FE,$C0isp_Zeile2=1
    Return
    -----

Similar Threads

  1. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  2. first project, and yes, doesn`t work
    By bogdan in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 28th April 2009, 06:13
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Migrating from PIC16F690 to PIC18F4525 and having LCD issues
    By jblackann in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 6th June 2008, 20:05
  5. encoder wowes
    By wallaby in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 6th December 2005, 21:56

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