LED matrix gaps.

This commit is contained in:
Blaz Kristan
2023-02-09 20:15:55 +01:00
parent e2215ced34
commit e51f7bfbff
4 changed files with 39 additions and 8 deletions

View File

@@ -673,11 +673,11 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage)
pO[l] = 'H'; p.height = request->arg(pO).toInt();
strip.panel.push_back(p);
}
strip.setUpMatrix(); // will check limits
} else {
Segment::maxWidth = strip.getLengthTotal();
Segment::maxHeight = 1;
}
strip.setUpMatrix(); // will check limits
}
#endif