How to move data from array into LCD? (Using LCDOUT)


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default Re: How to move data from array into LCD? (Using LCDOUT)

    Assuming the array is bytes (characters) because that’s what you did in your first post, are you talking about rotating the bytes through the array?
    There are a lot of ways to do it, you can run a loop that copies the array element after the current byte, to the current byte, and write the new byte to the last one.
    That would see your data scroll across the screen for example, even though you use the same array in the same order in the LCDOUT command, it’s the data that changed.

    If it’s this circuit in the other thread where your LCD isn’t working, if you power it, but don’t initialise it do you see the first row of solid bars?
    If not, you can look at power and contrast first.

  2. #2
    Join Date
    Feb 2013
    Posts
    1,124


    Did you find this post helpful? Yes | No

    Default Re: How to move data from array into LCD? (Using LCDOUT)

    No, these are different circuits This one works as it should, and I already created some interesting animation effects, like ones that can be seen in old skool demoscene intros

Similar Threads

  1. How to get ASCII data in array.
    By Ioannis in forum Serial
    Replies: 8
    Last Post: - 6th November 2008, 20:14
  2. LCD without LCDOUT command
    By Josuetas in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 28th August 2007, 14:22
  3. Array data being corrupted
    By caverman in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 17th March 2006, 04:22
  4. Larger array possible if I move to 18Fxxx?
    By incognico in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 22nd January 2006, 15:03
  5. lcdout define each data pin
    By EDWARD in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 12th October 2005, 19:59

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