Skip to main content

Arduino - Getting started

Arduino library

To install the Arduino library, you can use the Arduino library manager or download it from the GitHub repository:

Soldered-8x8-MAX7219-LED-Matrix-Arduino-Library

8x8 Led Matrix board by Soldered using MAX7219 chip

ℹ️

First time Arduino user? For a detailed tutorial on how to get started wtih Arduino, see this section of our docs:

Getting started with Arduino

A full, comprehensive tutorial on how to fully set up and upload code for the first time on an Arduino board, from scratch!


Connections

Below is an example connection diagram for Dasduino CONNECTPLUS. These pins will be used in the examples throughout this documentation.

Dasduino CONNECTPLUSBreakout Board
IO4LOAD
IO18CLK
IO23DIN
VCCVCC
GNDGND
ℹ️

LOAD pin can be any digital IO pin on controller, CLK and DIN pins must be default SPI communication pins(SCK for CLK and MOSI for DIN) if no external library such as Wire.h is used!

Connections for daisy chaining

First BoardNext Board
CLKCLK
LOADLOAD
DINDOUT
VCCVCC
GNDGND