bremme / arduino-tm1637

Arduino library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC
GNU General Public License v2.0
164 stars 62 forks source link

Non-blocking infinite scroll method #47

Open westminsterflip opened 4 years ago

westminsterflip commented 4 years ago

The current scrolling method is blocking and requires a set number of times to iterate through. I don't know if it's possible with the TM1637 but a non-blocking method that would scroll text until the next thing is printed or the screen is cleared would be great.