bartoszbielawski / LEDMatrixDriver

A replacement for Arduino's LedControl library
MIT License
74 stars 25 forks source link

Jamesgohl module reverse #22

Closed quakec closed 5 years ago

quakec commented 5 years ago

The bool modRev_ has been put aside the other parameters in the main contrutructor, and the delegating constructor is without the bool - it felt cleaner this way.

I have included a nice marquee example I wrote over the weekend :)

known issues: The scroll function still doesn't work as intented, I think the address translation idea you had would ultimately resolve all this.