MPLAB® Harmony Graphics Suite
|
Must be between slider min and max
LIB_EXPORT laResult laSliderWidget_SetSliderValue( laSliderWidget* sld, int32_t val );
Parameters |
Description |
laSliderWidget* sld |
the widget |
uint32_t val |
the desired slider value |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|