LCDOUT problem


Closed Thread
Results 1 to 4 of 4

Thread: LCDOUT problem

  1. #1
    Join Date
    Nov 2009
    Location
    London
    Posts
    251

    Default LCDOUT problem

    I am using 16 x 4 LCD and the data on third and fourth line is appearing with some blank spaces added automatically in the beginning. The data I am sending is shifted towards the right side by 4 blank places.

    I have searched the forum and have tried defining the LCD lines as 4 and 2 as well. But it didn't worked. Has anyone else had this experience?

  2. #2
    Join Date
    Nov 2009
    Location
    London
    Posts
    251


    Did you find this post helpful? Yes | No

    Default Re: LCDOUT problem

    Problem solved.

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,518


    Did you find this post helpful? Yes | No

    Default Re: LCDOUT problem

    It would be nice if you also told us what the problem was.
    Then, when someone else comes here, searching the forum and looking for an answer they may find your post. We all learn and benefit from that.

    /Henrik.

  4. #4
    Join Date
    Nov 2009
    Location
    London
    Posts
    251


    Did you find this post helpful? Yes | No

    Default Re: LCDOUT problem

    Of course, The problem was the start of the third & fourth line's addresses. The PBP manual says that they could be different. Paying more attention to this advise and playing with the address $90 instead of $94(as in the manual) solved the problem. Also for the fourth line I used $D0 instead of $D4.

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