ROW_SCAN_SHUFFLE

This commit is contained in:
mrfaptastic 2023-03-19 01:02:47 +00:00
parent 92bce305f6
commit 30b74a246b
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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.
* *