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
  • If all the code in the project is like the sample given, then those forgers and thieves aren't going to be able to do much with it !!!???
    This is almost scary, this is the second time I agree with you :)

    Erik

    I have this phrase, that you may feel free to comment on, "pretty code is more liklely to work".

Reply
  • If all the code in the project is like the sample given, then those forgers and thieves aren't going to be able to do much with it !!!???
    This is almost scary, this is the second time I agree with you :)

    Erik

    I have this phrase, that you may feel free to comment on, "pretty code is more liklely to work".

Children