Arduino - Mini Dot Matrix Display

Introduction: Arduino - Mini Dot Matrix Display

About: I am the founder of MrHobbyElectronics, a YouTube channel for Makers. Drop my the YouTube channel and say hi.

In this Arduino project I'll show you how to make a mini dot matrix display board utilising two 8 by 8 LED modules.

For this Project You'll need the following components:

  • Arduino Compatible board
  • Jumper wires
  • Prototyping Breadboard
  • USB cable for the Arduino board
  • Two 8 by 8 dot matrix displays

Project Downloads:

To begin this project You'll need to upload the project code to the Arduino board, I'll be using the Arduino IDE to do this.

Before we can upload the code to the board first install the MaxMatrix library, this can be done by downloading the library and extracting it in the Libraries directory.

we can then launch the Arduino IDE and open the Project code file, in this file you can enter the amount of display modules used and the text that you would like to be displayed. we can now connect the Arduino board to the computer and upload the code.

With the code now on the Arduino board, we can connect the board to the display modules.

I'm going to insert the Arduino board and he dot matrix displays into the breadboard, followed by connecting the input pins of the first module to the pins of Arduino. Then Connect the output pins of the first module to the second. You can continue to connect more modules to the chain,but you'll need to specify how many you are using in the code.

Connections from Arduino to module:

  • Digital Pin 10 -> CLK
  • Digital Pin 9 -> CS
  • Digital Pin 8 -> DIN
  • GND -> GND
  • 5V -> VCC

we can now power up the Arduino board, you should now see the text on the displays.

Arduino All The Things! Contest

Participated in the
Arduino All The Things! Contest

2 People Made This Project!

Recommendations

  • For the Home Contest

    For the Home Contest
  • Make It Bridge

    Make It Bridge
  • Game Design: Student Design Challenge

    Game Design: Student Design Challenge

4 Comments

0
RudyardB
RudyardB

6 years ago

maxmatrix missing and the library is wrong diagram entry and exit to the second matrix (one is entarda and the other is output)

0
RudyardB
RudyardB

6 years ago

The plot has an error in DIN and DOUT

0
wold630
wold630

7 years ago

Nice! I would love to see more photos for a step-by-step guide! Thanks for sharing your project!