FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getAnimartrixName()

const char * fl::Animartrix::getAnimartrixName ( AnimartrixAnim animation)
staticprivate

Definition at line 267 of file animartrix.hpp.

267 {
268 for (const auto &entry : ANIMATION_TABLE) {
269 if (entry.anim == animation) {
270 return entry.name;
271 }
272 }
273 FASTLED_DBG("Animation not found for " << int(animation));
274 return "UNKNOWN";
275}
#define FASTLED_DBG(X)
Definition dbg.h:61
static const AnimartrixEntry ANIMATION_TABLE[]

References fl::ANIMATION_TABLE, and FASTLED_DBG.

Referenced by fxSet().

+ Here is the caller graph for this function: