aboutsummaryrefslogtreecommitdiff
path: root/examples/HueValueSpectrum
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-07-28 22:00:45 +0100
committermrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-07-28 22:00:45 +0100
commitf2634319ab7ebfe22fc6d2ebabcdd27879f3667e (patch)
treed8834f64f0dc4349bf34cf29a6831a12063b1435 /examples/HueValueSpectrum
parentaa28e2a93baaf90083b2d556c0ac80602d9940aa (diff)
Clean-up and fix some examples
Diffstat (limited to 'examples/HueValueSpectrum')
-rw-r--r--examples/HueValueSpectrum/HueValueSpectrum.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/HueValueSpectrum/HueValueSpectrum.ino b/examples/HueValueSpectrum/HueValueSpectrum.ino
index 897275e..7da51fd 100644
--- a/examples/HueValueSpectrum/HueValueSpectrum.ino
+++ b/examples/HueValueSpectrum/HueValueSpectrum.ino
@@ -30,8 +30,8 @@ void setup() {
HUB75_I2S_CFG mxconfig(
PANEL_RES_X, // Module width
PANEL_RES_Y, // Module height
- PANEL_CHAIN //, // chain length
- //_pins // pin mapping -- uncomment if providing own custom pin mapping as per above.
+ PANEL_CHAIN // // chain length
+ //,_pins // pin mapping -- uncomment if providing own custom pin mapping as per above.
);
//mxconfig.clkphase = false;
//mxconfig.driver = HUB75_I2S_CFG::FM6126A;