diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-10-06 23:51:25 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-10-06 23:51:25 +0100 |
| commit | 157077ab3388cda07ea8bfbfa286af4c752eb384 (patch) | |
| tree | 3251b40ed4e30ac531da4bedfb171f1cb63ec963 /examples/1_SimpleTestShapes | |
| parent | 8b2e31b1c53d42bd47acdf97bc02c3e0d5157c01 (diff) | |
Updates
Diffstat (limited to 'examples/1_SimpleTestShapes')
| -rw-r--r-- | examples/1_SimpleTestShapes/1_SimpleTestShapes.ino | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino b/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino index db3b0d1..1d2ca75 100644 --- a/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino +++ b/examples/1_SimpleTestShapes/1_SimpleTestShapes.ino @@ -100,9 +100,9 @@ void setup() { PANEL_CHAIN // Chain length ); - mxconfig.gpio.e = 18; - mxconfig.clkphase = false; - mxconfig.driver = HUB75_I2S_CFG::FM6126A; + //mxconfig.gpio.e = 18; + //mxconfig.clkphase = false; + //mxconfig.driver = HUB75_I2S_CFG::FM6126A; // Display Setup dma_display = new MatrixPanel_I2S_DMA(mxconfig); |
