This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IS IT POSSIBLE TO SCROLL THE DISPLAY DATA OF 16X2 LCD

HELLO I HAVE TRIED TO SCROLL THE LCD CONTENT OF 16X2 DISPLAY USING LCDOUT COMMAND OF OUT2.BOTH 2 LINE DATA IS SCROLLING.BUT IS IT POSSIBLE TO SCROLL ONE LINE WHILE KEEPING THE OTHER LINE STANDING.IF POSSIBLE PLEASE PROVIDE THE CODE FOR BOTH LEFT TO RIGHT AND FROM RIGHT TO LEFT.FOR SCROLLING BOTH THE LINES I HAVE USED THE FOLLOWING SUBROUTINE.

{
SCROLL: FOR (B0 = 0; <40; ++) LCDOUT($FE,$18); PAUSE(300) NEXT
RETURN(0)
}

Parents
  • I don't know why, but for the last two weeks, most people who have a problem gets the suggestion to post all code.

    People who are interested in helping suggests that only relevant lines are posted - or a minimalistic program only focused on showing the problem.

    People who are interested in stealing code always wants everything. Stealing other peoples code is thievery. Representing other peoples code as own is forgery.

    How come so many forum visitors are forgers and thieves?

Reply
  • I don't know why, but for the last two weeks, most people who have a problem gets the suggestion to post all code.

    People who are interested in helping suggests that only relevant lines are posted - or a minimalistic program only focused on showing the problem.

    People who are interested in stealing code always wants everything. Stealing other peoples code is thievery. Representing other peoples code as own is forgery.

    How come so many forum visitors are forgers and thieves?

Children