DISPLACEMENT is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

DISPLACEMENT macro

Syntax

#define DISPLACEMENT 15

References

LocationText
PieChart.hpp:40
#define DISPLACEMENT 15 ///< How far from the center is a slice moved when selected
PieChart.cpp:381
int showRadius = angleEquation(currentStep, 0, DISPLACEMENT, animationSteps);
PieChart.cpp:382
int hideRadius = angleEquation(currentStep, DISPLACEMENT, -DISPLACEMENT, animationSteps);