MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laSliderWidget_SetSliderPercentage Function
MPLAB® Harmony Graphics Suite
laSliderWidget_SetSliderPercentage Function
C
LIB_EXPORT laResult laSliderWidget_SetSliderPercentage(
    laSliderWidget* sld, 
    uint32_t val
);
Parameters
Parameters 
Description 
laSliderWidget* sld 
the widget 
uint32_t val 
a percentage value from 0 - 100 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite