WheelSelectorExtra::fadeExtraText() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXWheelSelectorExtra::fadeExtraText()

WheelSelectorExtra::fadeExtraText() method

@fn void WheelSelectorExtra::fadeExtraText(int extraTextIndex, uint8_t endAlpha, uint16_t duration); Fade extra texts. Fade extra texts so the text list is smoothly extended or retracted.

Syntax

void fadeExtraText(int extraTextIndex,     uint8_t endAlpha,     uint16_t duration);
Implemented in WheelSelectorExtra.cpp:98

Arguments

extraTextIndex

Zero-based index of the extra text.

endAlpha

The end alpha.

duration

The duration.

References

LocationText
WheelSelectorExtra.cpp:98
void WheelSelectorExtra::fadeExtraText(int extraTextIndex, uint8_t endAlpha, uint16_t duration)
WheelSelectorExtra.hpp:107
void fadeExtraText(int extraTextIndex, uint8_t endAlpha, uint16_t duration);

Call Tree

Functions called by WheelSelectorExtra::fadeExtraText()
WheelSelectorExtra::fadeExtraText()
__assert_func()
all items filtered out