freetronics / DMD2

Beta release of a new Dot Matrix Display Arduino library
http://forum.freetronics.com/viewtopic.php?f=26&t=5893
GNU General Public License v3.0
80 stars 71 forks source link

Countdown example does not clear the screen before displaying the next number. #40

Closed ElectronicRescue closed 5 years ago

ElectronicRescue commented 5 years ago

On a single 32 x 16 P10 panel this example works (accidentally).

However, if you change the program a little:

then the program breaks and does not display as you would expect.

It is easy to replicate by changing any one of the points above.

ElectronicRescue commented 5 years ago

This has been addressed in a pull request. #41