32 Bit Decimal Displaying On LCD


View Poll Results: How can I display 32 bit decimal on LCD

Voters
1. You may not vote on this poll
  • How can I display 32 bit decimal on LCD

    1 100.00%
  • How can I display 32 bit decimal on LCD

    0 0%
Closed Thread
Results 1 to 2 of 2
  1. #1
    selahattin's Avatar
    selahattin Guest

    Unhappy 32 Bit Decimal Displaying On LCD

    Dear developers

    How can I display 32 bit decimal data on LCD ?
    (full range 32 bit data)

    And How can also calculate new 32 bit data entered
    by user on LCD

    Thank you

    Selahattin Aslan
    ASM

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


    Did you find this post helpful? Yes | No

    Default

    This comes up over and again every few months.

    PBP does have some limited 32-bit support as in the DIV32 command. If what you mean by "Full-Range" as values between 0 and 4,294,967,295 this can be accomplished by employing DIV32 in some creative ways... although it's not going to be blindingly fast.

    Additionally download the appropriate information from MeLabs website...

    http://www.melabs.com/resources/fp.htm

    Thereafter you will have to develop your own routines to achieve whatever you need to do. Be advised that the routines will be program-code hungry.

    If you are unskilled at developing your own solutions, you might additionally like to consider the following accessories to help you...

    http://www.melabs.com/products/pak.htm

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. first project, and yes, doesn`t work
    By bogdan in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 28th April 2009, 06:13
  3. Displaying a decimal larger than 255 on LCD?
    By djmachine in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 10th March 2009, 09:02
  4. 32 bit data displaying on LCD
    By selahattin in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 15th September 2006, 13:33
  5. Displaying 32 bit datas on LCD
    By selahattin in forum General
    Replies: 0
    Last Post: - 12th January 2004, 10:55

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