MajicDesigns / MD_Parola

Library for modular scrolling LED matrix text displays
GNU Lesser General Public License v2.1
428 stars 135 forks source link

Interrupt text effect in anytime #112

Closed uronito closed 1 year ago

uronito commented 1 year ago

Hi,

First of all I wanted to thank you for your hard work for this great library.

Would it be possible to stop a vertical text scroll effect at any time?

It would be like interrupting the animation at any time

Sometimes I mount a text effect with another.

MajicDesigns commented 1 year ago

If you stop calling .displayAnimate() the display will stop animating and 'freeze in place. If you want to clear the current animation you can clear the display/zone using .displayClear() and reset the animation sequence using .displayReset(). Look at the "Methods for core object control" section of the library help file.

uronito commented 1 year ago

Ok, i will try it another way

MajicDesigns commented 1 year ago

Sorry, but I really don't have time to analyse your code. If you can reduce it to a MINIMAL code set that just uses the Parola library and still does not work then I can replicate this and check what is happening.