Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 637 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 637 Bytes

ledmatrix

a small c-project which uses 8x8 matrix led displays connected to max 7219

Alt text

Installation:

  • install linux with gcc support
  • install wiringPi
  • connect display as follows

If you use AZ-Delivery 4 (8x) Matrix layout you may connect using the colors

  • MAX7219_CS0 10 // white (CE0)
  • MAX7219_DIN 12 // grey (MOSI)
  • MAX7219_CLK 14 // black (SCLK)

    Alt text

use 5V external power source on blue wire

Run

  • run make
  • ./led