Is it possible to deactivate all interuupts with cli() and sei() when using Fast

Is it possible to deactivate all interuupts with cli() and sei() when using Fast LED? I will only do this for a short time when no data is pushed to the LEDs… Thank you for your help!

FastLED doesn’t use interrupts at all (though it does disable them when writing out ws2812 data), so it doesn’t matter to FastLED if you disable them.