touchgfx::MoveAnimator::setMoveAnimationDelay() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::MoveAnimator::setMoveAnimationDelay()

touchgfx::MoveAnimator::setMoveAnimationDelay() method

@fn virtual void MoveAnimator::setMoveAnimationDelay(uint16_t delay) Sets a delay on animations done by the MoveAnimator. Sets a delay on animations done by the MoveAnimator.

Syntax

virtual void setMoveAnimationDelay(uint16_t delay);

Arguments

delay

The delay in ticks.

References

LocationText
MoveAnimator.hpp:112
virtual void setMoveAnimationDelay(uint16_t delay)