touchgfx::Application::MAX_TIMER_WIDGETS is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Application::MAX_TIMER_WIDGETS

touchgfx::Application::MAX_TIMER_WIDGETS variable

Syntax

static const uint8_t MAX_TIMER_WIDGETS = 32;

References

LocationText
Application.hpp:282
static const uint8_t MAX_TIMER_WIDGETS = 32; ///< Maximum number of widgets receiving ticks. @remarks Memory impact: x * (sizeof(Drawable*)+1)
Application.hpp:307
Vector<Drawable*, MAX_TIMER_WIDGETS> timerWidgets; ///< List of widgets that receive timer ticks.
Application.hpp:308
uint8_t timerWidgetCounter[MAX_TIMER_WIDGETS]; ///< A counter for each potentially registered timer widget. Increase when registering for timer events, decrease when unregistering.

Type Use

Type of touchgfx::Application::MAX_TIMER_WIDGETS
touchgfx::Application::MAX_TIMER_WIDGETS
uint8_t
all items filtered out