DnaX / Samsung_16LF01_VFD

Arduino driver library for the Samsung 16LF01 series 16-segments VFD
GNU General Public License v3.0
11 stars 3 forks source link

Add a scroll text example #1

Closed danitool closed 3 years ago

danitool commented 6 years ago

This adds a scroll text example for this display allowing to show bigger texts than the display.

It works almost perfect except for a minor bug with commas and points, because they're displayed in the same digit as the current character (corrected with an ugly workaround).

Chong-McBong commented 6 years ago

i can confirm that this works perfectly. thanks :)

DnaX commented 3 years ago

I will merge it soon.

Can you provide also an example of text scrolling using only timers in order to not block the main flow? Unfortunately I'm away from my flat and I can't write or test it now.