Skip to Content

LED Matrix 8x8 5.5V MAX7219 Cascadable For Arduino

This LED matrix module is a versatile display unit that allows users to create dynamic visual content with ease. It is ideal for scrolling text, symbols, and graphical representations in embedded and Arduino-based projects.

Package Includes:

  • 1 x 8x8 Matrix Red LEDs
  • 1 x Driver Board
  • 1 x Connecting Cable

14.95 AED 14.95 AED Tax Included
14.95 AED Tax Included

Not Available For Sale

This combination does not exist.

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

 

Specifications:

  • Drive Capability: Supports 8 x 8 common cathode LED matrix (64 individually addressable LEDs)
  • Operating Voltage: 5V
  • Dimensions: 5 x 3.2 x 1.5 cm (L × W × H)
  • LED Color: Red
  • Mounting: Four mounting holes (3mm diameter)
  • Cascading Support: Can cascade multiple modules via input/output headers

Wiring Instructions:

  1. The left side of the module contains the input port; the right side has the output port.
  2. To control a single module, connect the MCU to the input port.
  3. To use multiple modules, connect the output of one module to the input of the next.

Arduino Uno Wiring:

  • VCC → 5V
  • GND → GND
  • DIN → Pin 12
  • CS → Pin 10
  • CLK → Pin 11

Display Visualization:

LED Matrix Circuit Diagram

Creating Graphics:

You can create your own custom graphics and characters using the “PixelToMatrix” software tool. Simply draw your pattern and convert it to a byte array automatically.

Pixel to Matrix Software

Example: Creating the character “O”:

Character O Example Generated Byte Array

Arduino Code:

The Arduino code for driving the LED matrix is available for download. Make sure to install the required library.

Libraries: