MPLAB® Harmony Graphics Suite
|
A positive center angle draws the gauge, ticks, and hand in CCW, while a negative center angle draws in CW.
LIB_EXPORT laResult laCircularGaugeWidget_SetCenterAngle( laCircularGaugeWidget* gauge, int32_t angle );
Parameters |
Description |
laCircularGaugeWidget* gauge |
the widget |
int32_t angle |
center angle of the gauge |
MPLAB® Harmony Graphics Suite
|