aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2025-02-24 01:41:07 +0000
committermrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2025-02-24 01:41:07 +0000
commitfd4831cb0f4ef19fc8586d765318b71a076b4b4a (patch)
treef27ab062507a719eb4308e402ef9b28c5e552d62 /src
parent33883656da5cdd8ddf8e4882344a6968e00be890 (diff)
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
Diffstat (limited to 'src')
-rw-r--r--src/ESP32-HUB75-MatrixPanel-I2S-DMA.cpp2
1 files changed, 1 insertions, 1 deletions
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++)