diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index 189b779a..66cbd7f3 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -813,6 +813,7 @@ void __attribute__((hot)) BusHub75Matrix::show(void) { bool isFourScan = (fourScanPanel != nullptr); //if (isFourScan) fourScanPanel->setRotation(0); unsigned height = isFourScan ? fourScanPanel->height() : display->height(); + unsigned width = _panelWidth; //while(!previousBufferFree) delay(1); // experimental - Wait before we allow any writing to the buffer. Stop flicker.