forgot to commit one line ...
This commit is contained in:
Frank
2024-08-12 12:36:45 +02:00
parent a257e49bb4
commit a77520aa05

View File

@@ -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.