MajicDesigns / MD_Parola

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

PA_NO_EFFECT as incoming effect causes outgoing effect to be ignored #56

Closed MajicDesigns closed 4 years ago

MajicDesigns commented 5 years ago

Subject of the issue

When specifying PA_NO_EFFECT as the incoming text effect for setTextEffect(), with an effect as the outgoing effect, the outgoing effect animation is ignored.

Your Environment

Library Version: all versions Hardware model/type: all versions

Issue description

Using the code P.setTextEffect(zone, PA_NO_EFFECT, PA_SCROLL_UP); does not scroll up text that is already being displayed.

Workaround is to specify P.setTextEffect(zone, PA_PRINT, PA_SCROLL_UP); which visually looks the same but behaves as expected with the text scrolling off the display.

MajicDesigns commented 4 years ago

Workaround built into version 3.5.0