Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: andywpg; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    10,601

    Re: 16f687 - Where is the data stored?

    Exactly what I plan on doing. Since each line is usually somewhat less than 16 characters, though, I want to have some leading spaces to bring each line to the center of the display. I'll just...
  2. Replies
    16
    Views
    10,601

    Re: 16f687 - Where is the data stored?

    I suppose I could store each message without spaces, then write a unique "stop character".

    Then I could just count the characters to the stop character, then calculate the number of spaces needed...
  3. Replies
    16
    Views
    10,601

    Re: 16f687 - Where is the data stored?

    Love the idea, unfortunately, the messages are ALL different. Some have similar parts, but not similar enough to make that viable.

    That's the reason for LOTS of messages.

    I decided to store...
  4. Replies
    16
    Views
    10,601

    Re: 16f687 - Where is the data stored?

    Thanks All! That helped a lot.

    I love this forum, there's always somebody who's smarter than me willing to help. :biggrin:
  5. Replies
    16
    Views
    10,601

    Re: 16f687 - Where is the data stored?

    I had sorta thought about that..........but I've always wondered how you tell what memory is not going to be used for the program. I always make the code non-relocatable when asked, but how do...
  6. Replies
    16
    Views
    10,601

    Re: 16f687 - Where is the data stored?

    I have a BUNCH of 16 character messages (25+) that are to be displayed on an LCD. A master sends a command to a receiver (via RF) to light certain LED's, beep a piezo, and display various messages...
  7. Replies
    16
    Views
    10,601

    Re: 16f687 - Where is the data stored?

    That's what I was afraid of..........guess there's an I2C EEPROM in my future!
  8. Replies
    16
    Views
    10,601

    16f687 - Where is the data stored?

    I am using a 16f687 for a project. The datasheet says it has 2048 words of flash program memory and 128 bytes of SRAM.

    If I use the following commands to make an array:



    BAR_PAT1 VAR...
Results 1 to 8 of 8