Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.01 seconds.

  1. Re: scrolling text input? for pic18f4520 with 2x16 lcd

    This is totally off the top of my head, no code:

    Use an array with 1 element for each character on display.
    - if 4 characters, then use 4 elements starting at 0.

    Store the position of each...
  2. Re: scrolling text input? for pic18f4520 with 2x16 lcd

    Just to be sure, I wasn't being sarcastic. :)

    I wanted to post an attempt, but it's easier for me to pick at others. :D

    Robert
  3. Re: scrolling text input? for pic18f4520 with 2x16 lcd

    Might want to compare cursor position with 0,1,2 and 3 when checking the buttons instead of only 0 and 1 no?

    Can you even use cursor position 0? Or does it start at 1?

    I think you have them...
Results 1 to 3 of 3