Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
forgot to commit one line ...
  • Loading branch information
softhack007 committed Aug 12, 2024
1 parent a257e49 commit a77520a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/bus_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a77520a

Please sign in to comment.