MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laSliderWidget_SetSliderPercentage( laSliderWidget* sld, uint32_t val );
Parameters |
Description |
laSliderWidget* sld |
the widget |
uint32_t val |
a percentage value from 0 - 100 |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|