double buffer off (MatrixPortal S3)

`mxconfig.double_buff = true` should not be necessary any more.
This commit is contained in:
Frank
2024-08-08 19:04:10 +02:00
parent 1b098b9863
commit bad923570b

View File

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