Display "0" on LCD


Results 1 to 19 of 19

Threaded View

  1. #14
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Then try this:
    Code:
    DEFINE LCDCOMMAND_US 5000
    DEFINE LCDDATA_US 255
    i var word : trisb.7 = 0 : portb.7 = 1
    pause 1000 : lcdout $fe , 1 : pause 1000
    for i = 0 to 10000 : lcdout $fe , $80 , DEC5 i : pause 500 :next i
    END
    EDIT: Just looked at your config settings. I've always found it helpful to have the powerup timer on, no matter what PIC I've used.
    And even though you aren't using it, turn off the watchdog timer.
    Last edited by skimask; - 15th May 2008 at 00:00.

Similar Threads

  1. LCD Display
    By lambert in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 16th January 2010, 22:18
  2. LCD display not working properly
    By dilpkan in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 2nd February 2008, 07:43
  3. Replies: 14
    Last Post: - 26th September 2007, 05:41
  4. LCD Display not working - PIC heating...
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 24th September 2006, 07:35
  5. A/D display result on LCD
    By winsthon in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 10th January 2004, 10: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