Skip to content

Commit 584ca5e

Browse files
committed
Double buffer needed to prevent flicker for effects like GEQ
1 parent 346914b commit 584ca5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wled00/bus_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ void BusNetwork::cleanup() {
490490

491491
BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) {
492492

493-
mxconfig.double_buff = false; // <------------- Turn on double buffer
493+
mxconfig.double_buff = true; // <------------- Turn on double buffer
494494

495495

496496
fourScanPanel = nullptr;

0 commit comments

Comments
 (0)