diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-18 11:35:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-18 11:35:28 +0000 |
| commit | 8c4d531db01eeb7ec619fac89f599abc27229744 (patch) | |
| tree | bdda47025ca32ccab84bcc565dec67e4512c0399 /examples | |
| parent | 264d997618b776f1bb078bd882d53c2ec556c0db (diff) | |
Update ChainedPanelsAuroraDemo.ino
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/ChainedPanelsAuroraDemo/ChainedPanelsAuroraDemo.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ChainedPanelsAuroraDemo/ChainedPanelsAuroraDemo.ino b/examples/ChainedPanelsAuroraDemo/ChainedPanelsAuroraDemo.ino index db6d4c9..f1cd7de 100644 --- a/examples/ChainedPanelsAuroraDemo/ChainedPanelsAuroraDemo.ino +++ b/examples/ChainedPanelsAuroraDemo/ChainedPanelsAuroraDemo.ino @@ -117,7 +117,7 @@ void setup() matrix->setBrightness8(96); // range is 0-255, 0 - 0%, 255 - 100% // create VirtualDisplay object based on our newly created dma_display object - virtualDisp = new VirtualMatrixPanel((*matrix), NUM_ROWS, NUM_COLS, PANEL_RES_X, PANEL_RES_Y, SERPENT, TOPDOWN); + virtualDisp = new VirtualMatrixPanel((*matrix), NUM_ROWS, NUM_COLS, PANEL_RES_X, PANEL_RES_Y, CHAIN_TOP_LEFT_DOWN); Serial.println("**************** Starting Aurora Effects Demo ****************"); |
