From fd4831cb0f4ef19fc8586d765318b71a076b4b4a Mon Sep 17 00:00:00 2001 From: mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> Date: Mon, 24 Feb 2025 01:41:07 +0000 Subject: Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp --- src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp index 55761e7..8b9e3eb 100644 --- a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp +++ b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp @@ -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++) -- cgit v1.3.1