Difference between revisions of "MAX7219X4"

From Land Boards Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/MAX7219X4 MAX7219X4 Arduino GitHub repository]
 
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/MAX7219X4 MAX7219X4 Arduino GitHub repository]
 
** Uses [https://www.arduino.cc/reference/en/libraries/ledcontrol/ Arduino LedControl library]
 
** Uses [https://www.arduino.cc/reference/en/libraries/ledcontrol/ Arduino LedControl library]
** Only writes to 1 8 digit display
+
*** Library only writes to (1) 8-digit display
** Arduino UNO pin 12 is connected to the DataIn
+
** Pins
** Arduino UNO pin 11 is connected to the CLK
+
*** Arduino UNO pin 12 is connected to the DataIn
** Arduino UNO pin 10 is connected to CS
+
*** Arduino UNO pin 11 is connected to the CLK
 +
*** Arduino UNO pin 10 is connected to CS
 +
* [https://github.com/bartoszbielawski/LEDMatrixDriver LEDMatrixDriver]
 +
** Recommended pins for Arduino Uno:
 +
*** DIN is connected to 11
 +
*** CLK is connected to 13
 +
*** CS is connected to 9
  
 
== Test ==
 
== Test ==

Revision as of 14:20, 26 July 2022

MAX7219X4 P1080450-720px.jpg

Features

  • (4) 7 Segment displays
  • 32 digits
  • Can display decimal, hex values
  • Each display has 8 of 7 segment LED displays
  • "Blue" card
  • 3.3V operation
    • 3.3V to 5V Level shifter
    • Requires 3.3V and 5V power supplies

MAX7912 8 Digs 001.jpg

Programming

Test

Test Modules

SensorShield P1080453-720px.JPG

SenShld Desc MAX J1 Color
VCC VCC 1 RED
GND GND 2 BLK
D12 DATAIN 3 WHT
D10 CS 4 BRN
D11 CLK 5 YEL

Mechanicals

MAX7912X4 MECHS.PNG