aboutsummaryrefslogtreecommitdiff
path: root/examples/1_SimpleTestShapes
diff options
context:
space:
mode:
Diffstat (limited to 'examples/1_SimpleTestShapes')
-rw-r--r--examples/1_SimpleTestShapes/1_SimpleTestShapes.ino6
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);