M5Atom
M5Atom copied to clipboard
Fixed not to create a FastLED instance when display is disable.
When the display parameter in M5.begin() is disable, FastLED instance is created. That's why we couldn't use FastLED in another process.
Moved the process of instantiating FastLED to the beginning of run().