MAX7219 Dot Matrix Modul 8x32 LED Display für Raspberry Arduino ESP 8266 ESP32

// ESP32 / ESP8266 example using MD_MAX72xx and MD_Parola #include #include #include #define HARDWARE_TYPE MD_MAX72XX::FC16_HW #define MAX_DEVICES 4 // 4 devices x 8x8 = 8x32 #define CS_PIN 15 // change to your CS pin MD_Parola P = MD_Parola(HARDWARE_TYPE, CS_PIN, MAX_DEVICES); void setup() { Serial.begin(115200); P.begin(); P.setIntensity(5); // 0.

eBay