ERIS CORE

◆ setPath()

void Animation::setPath ( const char *  path)
inline

Definition at line 209 of file ILI9341_t3_ERIS.h.

209  {
210  if (strlen(path) < 120) strcpy(_path,path);
211  last_frame = -1; //reset end of animation frame marker
212  return;
213  }
int16_t last_frame
char _path[128]

References _path, and last_frame.

Referenced by AppManager::AppManager().

+ Here is the caller graph for this function: