Commands for serial LCD


Results 1 to 3 of 3

Threaded View

  1. #2


    Did you find this post helpful? Yes | No

    Default Re: Commands for serial LCD

    I use the display often here are some lines from my code.

    Code:
    Prefix            con     $FE             ' needed before each command
    LcdCls            CON     $51             ' clear LCD (use PAUSE 5 after)
    CursorPS          con     $45             'Cursor Position
    Backlight         con     $53             ' Backlighting 1-8
    Contrast          con     $52             ' Contrast 1-50
    
    SEROUT2 LCD,84, [Prefix,CursorPS,0, "Print Text Here"]
    pause 2000
    Serout2 LCD, 84, [Prefix,LcdCLS]'Clears screen
    Last edited by Tobias; - 28th February 2012 at 05:09.

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