diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-16 12:18:14 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-16 12:18:14 +0100 |
| commit | 1d32228a5b6e53400f336b6ea36934e28295b72f (patch) | |
| tree | 01c1d3379cfa2f87b3dfa3bf1e1fe09d9f5a297f /examples | |
| parent | 11eaf34d91c190ea5d3d30765abbbe51cd883021 (diff) | |
Change DMA to I2S0
For ESP32-S2 compatability.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/1_SimpleTestShapes/1_SimpleTestShapes.ino | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino b/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino index 464fa1e..da454ef 100644 --- a/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino +++ b/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino @@ -93,8 +93,7 @@ void drawText(int colorWheelOffset) void setup() { -// - + // Module configuration HUB75_I2S_CFG mxconfig( PANEL_RES_X, // module width PANEL_RES_Y, // module height |
