Summary of Contents for Handson Technology MAX7218
Page 1
Handson Technology User Guide MAX7218 8x8 Dot Matrix Display Module This is 8x8 (row by column 64x LED) dot matrix LED displays module based on MAX7219 IC. The displays are designed so that they can be mounted in a horizontal chain and can also be expanded in a vertical plane allowing versatile displays panel to be built.
Page 2
MAX7291 Module Matrix Connection: Arduino Connection Examples: Now let’s connect the 8×8 LED Matrix module to the Arduino Board. Here’s the circuit schematic: www.handsontec.com...
Page 3
Connecting Table: Arduino MAX7219 Module Once we wire up the modules we are ready to take a look at the Arduino code of the first example. We will use the MaxMatrix library which can be downloaded from GitHub. Copy and paste the below sketch to Arduino IDE and upload to Arduino Uno board: 8x8 LED Matrix MAX7219 Example 01 Based on the following library: GitHub | riyas-org/max7219...
Page 4
B00111100 char smile03[] = {8, 8, B00111100, B01000010, B10100101, B10010001, B10010001, B10100101, B01000010, B00111100 void setup() { m.init(); // MAX7219 initialization m.setIntensity(8); // initial led matrix intensity, 0-15 void loop() { // Seting the LEDs On or Off at x,y or row,column position m.setDot(6,2,true);...
Page 5
Next let’s take a look at the scrolling text example and see what’s different. Copy and paste the below sketch to Arduino IDE and upload to Arduino Uno board: 8x8 LED Matrix MAX7219 Scrolling Text Example Based on the following library: GitHub | riyas-org/max7219 https://github.com/riyas-org/max7219 #include <MaxMatrix.h>...
Need help?
Do you have a question about the MAX7218 and is the answer not in the manual?
Questions and answers