Skip to content

Commit b840402

Browse files
committed
getCustomMappingTableSize() utility function
1 parent e8632b0 commit b840402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wled00/FX.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,7 @@ class WS2812FX { // 96 bytes
904904

905905
static WS2812FX* getInstance(void) { return instance; }
906906
uint32_t* getCustomMappingTable() const { return customMappingTable; } // TroyHacks for doing dumb things
907+
uint32_t getCustomMappingTableSize() const { return customMappingTableSize; } // TroyHacks for doing dumb things
907908

908909
void
909910
#ifdef WLED_DEBUG

0 commit comments

Comments
 (0)