#include <MD_MAX72xx.h>
#include <SPI.h>
#define CLK 5
#define DIN 3
#define CS 4
#define X_SEGMENTS 1
#define Y_SEGMENTS 1
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}