Double buffer needed to prevent flicker for effects like GEQ

This commit is contained in:
Will Tatam
2024-07-13 13:51:59 +01:00
parent 346914b965
commit 584ca5e8ae

View File

@@ -490,7 +490,7 @@ void BusNetwork::cleanup() {
BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) {
mxconfig.double_buff = false; // <------------- Turn on double buffer
mxconfig.double_buff = true; // <------------- Turn on double buffer
fourScanPanel = nullptr;