16F872 and LCD


Closed Thread
Results 1 to 40 of 49

Thread: 16F872 and LCD

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    No i does not work...

  2. #2
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    temperature = ( temperature * / 461 ) + 3200

    ERROR Line 23: Bad expression. (TEST.pbp)


    I use Microcode Studio and microcode put define in uppercase by auto, or do i still have to write it in uppercase?

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Fredrick View Post
    temperature = ( temperature * / 461 ) + 3200

    ERROR Line 23: Bad expression. (TEST.pbp)


    I use Microcode Studio and microcode put define in uppercase by auto, or do i still have to write it in uppercase?
    I just write it in uppercase myself.
    No questions about it then.
    As far as the bad expression, the fix is in the manual.

  4. #4
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    Bad expression is fixed now, but the problem whit the LCD still remains...

    This is driving me crasy..... gaaahhh i have to take a pause and a cup of coffee now...

  5. #5
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Remove the space between the * and / in temperature = ( temperature * / 461 ) + 3200.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Bruce View Post
    Remove the space between the * and / in temperature = ( temperature * / 461 ) + 3200.
    Fixed in post #20, apparently anyways.

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