Files
WLED_MM_Infinity/wled00/FX.h
Frank d5dee6f58a small segment level setPixelColor and getPixelColor optimization
replaced CRGB -> RGBW32 conversion with FastLED native ``uint32_t(c) & 0x00FFFFFF`` operator.  `
`& 0x00FFFFFF`` is needed to cut out the "alpha" channel, because the fastLED operator return RGBA not RGBW.

--> slightly faster
2025-11-01 17:06:58 +01:00

58 KiB