Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
This commit is contained in:
parent
33883656da
commit
fd4831cb0f
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ bool MatrixPanel_I2S_DMA::setupDMA(const HUB75_I2S_CFG &_cfg)
|
|||
*/
|
||||
int _dmadescriptor_count = 0; // for tracking
|
||||
|
||||
fbs_required = 1; // (m_cfg.double_buff) ? 2 : 1;
|
||||
//fbs_required = 1; // (m_cfg.double_buff) ? 2 : 1;
|
||||
for (int fb = 0; fb < (fbs_required); fb++)
|
||||
{
|
||||
for (int row = 0; row < ROWS_PER_FRAME; row++)
|
||||
|
|
Loading…
Add table
Reference in a new issue