From d72e1fed2c8625304fc9bbe0f2971ae3a68e81f7 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:12:19 +0000 Subject: Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a7bfa66..e1b4015 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,13 @@ HUB75_I2S_CFG mxconfig( dma_display = new MatrixPanel_I2S_DMA(mxconfig); ``` +Various people have created PCBs for which one can simply connect an ESP32 to the PCB, and then the PCB to the HUB75 connector, such as: + +* Brian Lough's [ESP32 I2S Matrix Shield](http://blough.ie/i2smat/); or +* Charles Hallard's [WeMos Matrix Shield](https://github.com/hallard/WeMos-Matrix-Shield-DMA} + +Please contact or order these products from the respective authors. + ## 3. Run a Test Sketch Below is a bare minimum sketch to draw a single white dot in the top left. You must call .begin() before you call ANY pixel-drawing (fonts, lines, colours etc.) function of the MatrixPanel_I2S_DMA class. No .begin() before other functions = Crash -- cgit v1.3.1