Definition at line 242 of file animartrix.hpp.
242 {
244 if (entry.anim == animation) {
245 return entry.name;
246 }
247 }
248 FASTLED_DBG(
"Animation not found for " <<
int(animation));
249 return "UNKNOWN";
250}
static const AnimartrixEntry ANIMATION_TABLE[]
References fl::ANIMATION_TABLE, and FASTLED_DBG.
Referenced by fxSet().