ERIS CORE

◆ isFrameComplete()

bool Animation::isFrameComplete ( )
inline

Definition at line 214 of file ILI9341_t3_ERIS.h.

214  {
215  if(chunk==0)return true;
216  return false;
217  }
uint16_t chunk

References chunk.

Referenced by AppManager::update().

+ Here is the caller graph for this function: