Update ChainedPanelsAuroraDemo.ino
This commit is contained in:
parent
264d997618
commit
8c4d531db0
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void setup()
|
||||||
matrix->setBrightness8(96); // range is 0-255, 0 - 0%, 255 - 100%
|
matrix->setBrightness8(96); // range is 0-255, 0 - 0%, 255 - 100%
|
||||||
|
|
||||||
// create VirtualDisplay object based on our newly created dma_display object
|
// 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 ****************");
|
Serial.println("**************** Starting Aurora Effects Demo ****************");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue