TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Application::registerTimerWidget() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Application::registerTimerWidget()

touchgfx::Application::registerTimerWidget() method

@fn void Application::registerTimerWidget(Drawable* w); Adds a widget to the list of widgets receiving ticks. Adds a widget to the list of widgets receiving ticks every frame (typically 16.67ms) @see unregisterTimerWidget

Syntax

void registerTimerWidget(Drawable* w);

Arguments

w

Notes

The framework keeps track of the number of times a specific widget is registered.

Examples

touchgfx::Application::registerTimerWidget() is referenced by 4 libraries and example projects.

References

LocationText
Application.hpp:230
void registerTimerWidget(Drawable* w);