Max72xxPanel library

Grumpy_Mike:
That points at the display part taking too long before the next lot of data comes along.

You can slow down the rate that Processing kicks out the data by using the frameRate call:-
frameRate() / Reference / Processing.org

Seems like the default rate is now 60 times a second not 25 like it used to be.

Awesome! Thanks Mike.