Parola sprite in a existing sketch

You can run any animation at any time. The basic example to look at is Parola_Sprites_Simple.ino.

You need to tell the library what sprite to show and then run the animation as PA_SPRITE. This is the same as any other animation except that the data needs to be set (once only in setup() if the sprite never changes) before the animation starts.