MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCircularGaugeWidget_SetCenterAngle Function
MPLAB® Harmony Graphics Suite
laCircularGaugeWidget_SetCenterAngle Function

A positive center angle draws the gauge, ticks, and hand in CCW, while a negative center angle draws in CW.

C
LIB_EXPORT laResult laCircularGaugeWidget_SetCenterAngle(
    laCircularGaugeWidget* gauge, 
    int32_t angle
);
Parameters
Parameters 
Description 
laCircularGaugeWidget* gauge 
the widget 
int32_t angle 
center angle of the gauge 
Returns
MPLAB® Harmony Graphics Suite