noah1510 / LedController

An Arduino library for MAX7219 and MAX7221 Led display drivers
GNU Lesser General Public License v3.0
14 stars 5 forks source link

Support for more display drivers #31

Open noah1510 opened 3 years ago

noah1510 commented 3 years ago

At the moment only MAX7219 and MAX7221 are expected to work correctly. I the future all of the code in LedController_low_level.hpp should get refactored.

I don't know when this will be done but it might be a good issue if you want to get started contributing to open source projects.

noah1510 commented 3 years ago

469fae4 moved all of the opcodes and chartable into a separate class. This reduces the amount of #define statements and removes one public variable. It is also the groundwork for this issue.