From f69c0717de5bc59a7555cce26b703aa43086b452 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:00:16 +0100 Subject: [PATCH] Revert "ledmap not needed, part 2: always delete ledmap if it does not change pixel order" This reverts commit e9082d6da2c930db324c8c195c9af711bbead662. --- wled00/FX_2Dfcn.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/FX_2Dfcn.cpp b/wled00/FX_2Dfcn.cpp index 26415a85..1546ca5d 100644 --- a/wled00/FX_2Dfcn.cpp +++ b/wled00/FX_2Dfcn.cpp @@ -172,7 +172,7 @@ void WS2812FX::setUpMatrix() { } } -//#ifdef WLED_ENABLE_HUB75MATRIX +#ifdef WLED_ENABLE_HUB75MATRIX // softhack007 hack: delete mapping table in case it only contains "identity" if (customMappingTable != nullptr && customMappingTableSize > 0) { bool isIdentity = true; @@ -187,7 +187,7 @@ void WS2812FX::setUpMatrix() { loadedLedmap = 0; //WLEDMM } } -//#endif +#endif #else isMatrix = false; // no matter what config says