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

◆ getAnimationName()

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

Definition at line 258 of file animartrix.hpp.

258 {
259 for (const auto &entry : ANIMATION_TABLE) {
260 if (entry.anim == animation) {
261 return entry.name;
262 }
263 }
264 FASTLED_DBG("Animation not found for " << int(animation));
265 return "UNKNOWN";
266}
#define FASTLED_DBG(X)
Definition dbg.h:57
static const AnimartrixEntry ANIMATION_TABLE[]

References fl::ANIMATION_TABLE, and FASTLED_DBG.

Referenced by fxSet().

+ Here is the caller graph for this function: