scrolling text input? for pic18f4520 with 2x16 lcd


Closed Thread
Results 1 to 18 of 18

Hybrid View

  1. #1
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

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

    Actually if it's just "0,1,2,3,4,5,6,7,8,9,A,B,C"
    You should still just increment or decrement the values and use LCDOUT outputting the hex byte values.
    That string is still sequential when expressed in hex format. Just a value from 0 to 12.


    .

  2. #2
    Join Date
    Feb 2012
    Posts
    6


    Did you find this post helpful? Yes | No

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

    I am going to do this

    hexadecimal increment/decrement from 0 to C

    position 1 to 4

    store the position 1-4 to a temp location

    all 4 temp location , combine into a string

    eg

    going to input A123 memory

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