Scrolling matrix display

I am saving on memory by having no display buffer at all. The code generates the bits from the display message, display font, and current position every time it sends data to the MAX7219 chips, which is every time it scrolls a column over. But all of that interface code I can use, thank you.