arduino-Max72xxPanel
arduino-Max72xxPanel copied to clipboard
Arduino interface for Adafruit-GFX to control a set of 8x8 LEDs with a MAX7219 or MAX7221
Thank you so much for this lovely library. What if I want to use other font ? I included font file from font folder, then I have tried calling matrix.setfont(address...
Putting a write() in front of the shutdown(false) inside constructor will avoid random pixel display on startup.
Is an ability to add a functions to get a pixel state? And ability to inverse canvas or pixel? Thanks.
Sometimes happens that a line-shaped artefacts appears on some modules. It might be glitches or noises but the only way to clear it is either to reset the controller or...
hello thanks for making this library, was implementing 16x2 display using this library up to 31 panels in code are working ok , 15 x 2 arrangement in code also...
Minimum required library.json to allow easy install/management with PlatformIO library manager
Add a library.properties file so that the Arduino IDE Library Manager can show some more info about the library. For more info: [Arduino IDE 1.5 Library spec](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
I have the following code. The setup works just fine but as soon as I add the write() into the loop, the program stops completely. ``` #include #include #include #include...
Hi ! Thanks this library, very usefull :) I am looking for chaging the pin DIN and CLOCK but don't find it in your code. Can you tell me how...
where should I change? I want to display korean but it seems this library not supporting it. should I change in Adafruit_GFXlibrary ?