We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346914b commit 584ca5eCopy full SHA for 584ca5e
1 file changed
wled00/bus_manager.cpp
@@ -490,7 +490,7 @@ void BusNetwork::cleanup() {
490
491
BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) {
492
493
- mxconfig.double_buff = false; // <------------- Turn on double buffer
+ mxconfig.double_buff = true; // <------------- Turn on double buffer
494
495
496
fourScanPanel = nullptr;
0 commit comments