explain scrolling in the OLED library?
-
I am writing a high level output library on top of the python oled-exp library. Can someone explain the scroll behavior for me? I have a virtual buffer of characters that I want to write to the display and scroll the output. The current scroll call seems to start scrolling and I have no way to control how many columns before it stop. Calling scrollStop just stop the scrolling when ever the call execute.
Ideally I want a scroll by N column call. Is that possible?
Thanks,
P>K.
-
bump... anyone??