From bad923570bc18a5bd9386375d535a8fe08ab8dd7 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:04:10 +0200 Subject: [PATCH] double buffer off (MatrixPortal S3) `mxconfig.double_buff = true` should not be necessary any more. --- wled00/bus_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index 183c89b8..08743552 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -570,7 +570,7 @@ BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh USER_PRINTLN("MatrixPanel_I2S_DMA - Matrix Portal S3 config"); - mxconfig.double_buff = true; // <------------- Turn on double buffer + //mxconfig.double_buff = true; // <------------- Turn on double buffer mxconfig.gpio.r1 = 42; mxconfig.gpio.g1 = 41;