LCD "I'm scrolling, and i just can't stop!" Help needed!

I'm using a 1602 (16x2) lcd with the liquidcrystal lib.
When i use the scroll function, wich is great, i'd like to be able to stop it again. Is there a way to do this?

Thanks in advance!

I don't use these functions but isn't there a noScroll or something to stop scrolling?

When i use the scroll function ...

If you look at the Arduino reference material you will find that there is more than one function that involves what is refered to as scrolling (the LCD datasheet calls it shifting).

So:
(1) You could tell us which one you are referring to, or
(2) You could look for the complimentary function and answer your question for yourself.

Don

Scroll only moves one place left or right... if it is continuously scrolling then you code must be inside a loop, either a while or the mail loop....