From 157077ab3388cda07ea8bfbfa286af4c752eb384 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Thu, 6 Oct 2022 23:51:25 +0100 Subject: Updates --- examples/1_SimpleTestShapes/1_SimpleTestShapes.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/1_SimpleTestShapes') 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); -- cgit v1.3.1