From e9082d6da2c930db324c8c195c9af711bbead662 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 2 Dec 2025 23:08:45 +0100 Subject: [PATCH] ledmap not needed, part 2: always delete ledmap if it does not change pixel order --- 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 1546ca5d..26415a85 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