LCDOUT rookie


Closed Thread
Results 1 to 2 of 2

Thread: LCDOUT rookie

  1. #1

    Default LCDOUT rookie

    I've never played with LCDOUT except just to run some sample code and see it display a few words.

    I have some code where I'd like to incorporate an LCD but it uses a software RS232 input and putting a pause in the code could mean problems.

    It looks as though LCDOUT not only has some minor delay issues in the setup commands but PAUSE is also required just to view the display?

    Simply using...

    Start:

    LCDOUT "BLAH BLAH"
    Goto Start

    Isn't going to cut it?

    Why exactly?

    I guess it's probably because the LCD might turn on all at once?....rather than act like a scanned (1 digit at a time) LED display?

  2. #2


    Did you find this post helpful? Yes | No

    Default

    Think I answered my own question...looks like you just setup LCDOUT...display it and go about your business.

    Either pause or....

    Start:
    LCDOUT "blah blah"
    Here:
    Goto here

    So the LCD will continue to display unless it's written to again.

    So, let me ask, if you want to display multiple messages on LCDOUT, it would be best to do them all at the same time right?

    Lets say you wanted to display up to (4) 8 letter messages on a 2X16 display that would respond to some input conditions.

    Better to....

    check inputs 1 through 4
    display

    then to
    check 1
    display

    check 2
    display

    etc. ?

Similar Threads

  1. Timer + rc5
    By naga in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 19th November 2009, 07:56
  2. need help in coding..
    By daphne8888 in forum mel PIC BASIC
    Replies: 1
    Last Post: - 19th March 2008, 07:31
  3. Help GPS read with serin
    By leinske in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 5th September 2007, 02:33
  4. Crystalfontz LCD
    By jman12 in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 9th February 2007, 15:04
  5. having problems with Hantronix 20x4 lcd
    By Rhatidbwoy in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 22nd December 2005, 12:22

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