MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laCircularGaugeWidget_AddMinorTicks( laCircularGaugeWidget* gauge, int32_t startValue, int32_t endValue, uint32_t radius, uint32_t length, uint32_t interval, laScheme* scheme );
Parameters |
Description |
laCircularGaugeWidget* gauge |
the widget |
int32_t startValue |
the start value of the ticks (must be within gauge range) |
int32_t endValue |
the end value of the ticks (must be within gauge range) |
uint32_t radius |
the radius of the ticks |
uint32_t length |
the length of the ticks (drawn inward towards center) |
uint32_t interval |
the interval between ticks |
laScheme* scheme |
scheme used for drawing the tick (uses foreground) |
MPLAB® Harmony Graphics Suite
|