freetronics / DMD

Arduino library to support the Freetronics Dot Matrix Display
www.freetronics.com/dmd
142 stars 145 forks source link

Marquee shows tail of trailing character last pixel #7

Open ajaybhargav opened 8 years ago

ajaybhargav commented 8 years ago

Marquee shows tail of last character's last pixel value, I think the reason is that when shifted only part of string is redrawn and display is left untouched of what is last written there. I think after redraw the amount of shift should be cleared after display shift (a filled box, like space)