diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-03-25 18:12:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 18:12:19 +0000 |
| commit | d72e1fed2c8625304fc9bbe0f2971ae3a68e81f7 (patch) | |
| tree | ca50df8c2d7e122296a3d526642535e7f7c3ecb1 | |
| parent | ed2c2ed5b88b22bda21ff7b9aef2d159540e994e (diff) | |
Update README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
