LCD BARgraphs


Closed Thread
Results 1 to 40 of 233

Thread: LCD BARgraphs

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    What does the error say?
    <br>
    DT

  2. #2
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425


    Did you find this post helpful? Yes | No

    Default

    The message says:

    "WARNING: Unable to open INCLUDE file LCDBAR_INC.BAS."

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    The file above is renamed with an extension of .txt, because the forum won't let you upload .bas files. So make sure you rename it to just LCDBAR_INC.BAS

    Place the file in the same folder as the main program, and you should be good to go.
    <br>
    DT

  4. #4
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425


    Did you find this post helpful? Yes | No

    Default

    I tried everything and it still doesn't work. I have it in the same folder as the main program. I'm stumped.

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    can you post a whole screenshot?

    It's working for me.

    EDIT: i don't know if it's revelant but be sure your program path is short I.e C:\PBPprog\Project1
    Last edited by mister_e; - 10th July 2006 at 04:46.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  6. #6
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    I thought PBP (especially when run through a DOS window) couldn't handle filenames greater than 8 characters...

    Example 1...

    PBP -p16F628 12345678 -v

    The above WILL comple, the example below will NOT...

    PBP -p16F628 a12345678 -v

    Further... here's a gotcha...

    Example 2.

    PBP -p16F628 12345678 -v

    Will compile the file 12345678.bas happilly...

    Example 3.

    PBP -p16F628 123456789 -v

    Will NOT compile the expected file 123456789.bas but instead will access the file at Example 2 and compile that instead!

  7. #7
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Then you would use...

    <pre>PBPW -p16F628 123456789AndAFewMore.bas -v</pre>or use MCSP, it does it automatically.

    But since you bring up the command line option, there's a few things that could be a possible problem. Path settings, current directory ...

    Christopher,
    Are you compiling by command line, or an IDE?
    <br>
    DT

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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