MPLAB® Harmony Graphics Suite
|
Sets the boolean value of the layer enabled property
LIB_EXPORT laResult laLayer_SetEnabled( laLayer* widget, laBool enable );
Parameters |
Description |
laLayer* |
the layer |
the desired enabled value |
laResult - the result of the operation
The enabled flag for a layer will often control the hardware setting for layer usage, depending on the display driver
MPLAB® Harmony Graphics Suite
|