LCD will not start


Closed Thread
Results 1 to 40 of 50

Hybrid View

  1. #1
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Add the
    PAUSE 500
    BEFORE you send ANYTHING out to the LCD...
    And try PAUSE 2000 and work your way down to a managable value.

  2. #2
    Join Date
    May 2007
    Posts
    14


    Did you find this post helpful? Yes | No

    Default

    Hi, skimask.

    Thank you for the reply.

    I added PAUSE 2000 before CMCON=7 statement.

    On my 20x4, I still get 20 blocks on lines 1 & 3.. and rest are blanks.


    Regards,
    John Paul

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by JohnPaul View Post
    Hi, skimask.
    Thank you for the reply.
    I added PAUSE 2000 before CMCON=7 statement.
    On my 20x4, I still get 20 blocks on lines 1 & 3.. and rest are blanks.
    Regards,
    John Paul
    Hook up an LED to a spare pin, and rewrite the program to blink it once per second along with running your LCD. That should tell you that the program is running in the first place.
    Note: I ALWAYS use a 'heartbeat' LED in my projects, doesn't matter what it is, or how I tie it into the main program, so long as I know how it's supposed to be blinking, whether I tie it into an interrupt, or just part of the main loop or whatever...doesn't really matter. And I usually don't remove the 'heartbeat' LED until I'm almost done, or I need that particular pin.

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. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  3. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  4. Gps with 16f628
    By dragons_fire in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 8th June 2006, 03:38
  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 : 1

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