Sorry for our lack of documentation so far. I'm in a mad panic to get everything up to speed.
You could modify the example to do what you're looking for, like so:
import scrollphat
import time
scrollphat.write_string("HELLO WORLD ")
while True:
scrollphat.scroll()
time.sleep(0.1)