An open API service indexing awesome lists of open source software.

https://github.com/anachrocomputer/max7219x4

Arduino sketch to drive four MAX7219 chips with 8x8 pixel LED displays. Makes a simple animated test pattern on the 16x16 matrix.
https://github.com/anachrocomputer/max7219x4

arduino led-matrix max7219

Last synced: about 2 months ago
JSON representation

Arduino sketch to drive four MAX7219 chips with 8x8 pixel LED displays. Makes a simple animated test pattern on the 16x16 matrix.

Awesome Lists containing this project

README

          

![Static Badge](https://img.shields.io/badge/MCU-ATmega328-green "MCU:ATmega328")
![Static Badge](https://img.shields.io/badge/BOARD-Arduino-green "BOARD:Arduino")
![Static Badge](https://img.shields.io/badge/DISPLAY-MAX7219-green "DISPLAY:MAX7219")

# MAX7219x4 #

Arduino sketch to drive four MAX7219 chips connected to four 8x8
pixel LED display modules.
The modules are arranged to make a 16x16 pixel display, and the
frame buffer in the code treats this as a 256-bit (32-byte) bitmap.

The main loop draws a simple animation.

## Pinouts and Connections ##

|Arduino | Name | MAX7219 Display |
|--------|------|-----------------|
| D10 | CS | CS |
| D11 | SDA | DIN |
| D13 | SCLK | CLK |