DotIndicator::MAX_SIZE is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

DotIndicator::MAX_SIZE variable

Syntax

static const uint8_t MAX_SIZE = 10;

References

LocationReferrerScopeText
DotIndicator.hpp:85
static const uint8_t MAX_SIZE = 10;
DotIndicator.cpp:44DotIndicator::setNumberOfDots()DotIndicator
assert(numberOfDots <= MAX_SIZE && "Above maximum number of dots");
DotIndicator.cpp:60DotIndicator::setBitmaps()DotIndicator
for (int i = 0; i < MAX_SIZE - 1; i++)
DotIndicator.hpp:89
Image dotNormal[MAX_SIZE];

Data Use

Functions reading DotIndicator::MAX_SIZE
DotIndicator::MAX_SIZE
Type of DotIndicator::MAX_SIZE
DotIndicator::MAX_SIZE
uint8_t
all items filtered out