ROW_SCAN_SHUFFLE
This commit is contained in:
parent
92bce305f6
commit
30b74a246b
2 changed files with 3 additions and 2 deletions
|
@ -199,7 +199,7 @@ void MatrixPanel_I2S_DMA::configureDMA(const HUB75_I2S_CFG &_cfg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef NO_ROW_SCAN_SHUFFLE
|
#ifndef ROW_SCAN_SHUFFLE
|
||||||
// Fill DMA linked lists for both frames (as in, halves of the HUB75 panel) in sequence (top to bottom)
|
// Fill DMA linked lists for both frames (as in, halves of the HUB75 panel) in sequence (top to bottom)
|
||||||
for (int row = 0; row < ROWS_PER_FRAME; row++)
|
for (int row = 0; row < ROWS_PER_FRAME; row++)
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -29,7 +29,8 @@
|
||||||
|
|
||||||
// #define NO_CIE1931
|
// #define NO_CIE1931
|
||||||
|
|
||||||
// #define NO_ROW_SCAN_SHUFFLE
|
// Turn on rows being displayed out of order in a mixed manner.
|
||||||
|
//#define ROW_SCAN_SHUFFLE
|
||||||
|
|
||||||
/* Physical / Chained HUB75(s) RGB pixel WIDTH and HEIGHT.
|
/* Physical / Chained HUB75(s) RGB pixel WIDTH and HEIGHT.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue