ROW_SCAN_SHUFFLE #338

New compile time option: ROW_SCAN_SHUFFLE

Don't update rows in sequential order.
This commit is contained in:
mrfaptastic 2023-03-19 01:03:49 +00:00
parent 30b74a246b
commit 9f2cb15b53

View file

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