ROW_SCAN_SHUFFLE #338
New compile time option: ROW_SCAN_SHUFFLE Don't update rows in sequential order.
This commit is contained in:
parent
30b74a246b
commit
9f2cb15b53
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void MatrixPanel_I2S_DMA::configureDMA(const HUB75_I2S_CFG &_cfg)
|
|||
}
|
||||
|
||||
|
||||
#ifndef 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)
|
||||
for (int row = 0; row < ROWS_PER_FRAME; row++)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue