calculations based on normalized FFT results

This commit is contained in:
Troy
2024-03-25 08:19:05 -04:00
parent 901e4fa83e
commit 5ff44755d8
3 changed files with 28 additions and 27 deletions

View File

@@ -64,7 +64,7 @@ void WS2812FX::setUpMatrix() {
return;
}
USER_PRINTF("setUpMatrix %d x %d\n", Segment::maxWidth, Segment::maxHeight);
// TroyHacks temp commented out, FIXME and put back: USER_PRINTF("setUpMatrix %d x %d\n", Segment::maxWidth, Segment::maxHeight);
//WLEDMM recreate customMappingTable if more space needed
if (Segment::maxWidth * Segment::maxHeight > customMappingTableSize) {