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

touchgfx::AnimatedImage::setUpdateTicksInterval() method

@fn void AnimatedImage::setUpdateTicksInterval(uint8_t updateInterval); Sets the update interval. Sets the update interval.

Syntax

void setUpdateTicksInterval(uint8_t updateInterval);

Arguments

updateInterval

Defines the number of ticks between each animation step. Higher value results in a slower animation.

References

LocationText
AnimatedImage.hpp:208
void setUpdateTicksInterval(uint8_t updateInterval);