Below you will find several example codes that cover the basic functions of the MD_Parola Arduino library. After each example I explain how the code works so you should be able to modify it to suit your needs. You can also find more examples when you go to File > Examples > MD_Parola...
LedControl is an Arduino library for MAX7219 and MAX7221 Led display drivers. The code also works with the Teensy (3.1) Documentation Documentation for the library is on the Github Project Pages Download The lastest binary version of the Library is always available from the LedControl Release Pag...
Library for the ESP8266 on Arduino IDE displaying text on one or multiple MAX7219 8x8 led matrices.This library displays text and sets specific pixels on one or multiple 8x8 led matrices with a MAX7219 driver chip controlled through the SPI interface. These modules are relatively cheep and can ...
#include "LedControl.h"// Arduino Pin 7 to DIN, 6 to Clk, 5 to LOAD, no.of devices is 1LedControl lc=LedControl(7,6,5,1);voidsetup(){// Initialize the MAX7219 devicelc.shutdown(0,false);// Enable displaylc.setIntensity(0,10);// Set brightness level (0 is min, ...
An Arduino library for controlling a canvas of sets of 8x8 LEDs driven by MAX7219 or MAX7221 controllers.Kitssold for below 10 USD. This is a plugin for Adafruit's core graphics library GFX, providing basic graphics primitives (points, lines, circles, characters, etc.). So besides this libr...
examples src test/common .gitignore .restyled.yaml Doxyfile License README.md SECURITY.md keywords.txt library.properties platformio.ini LedController LedController is anArduinolibrary for MAX7219 and MAX7221 Led display drivers. The code should work with most boards and architectures but I only tes...