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

Type: void laUpdate() 

This function updates the active Aria library context state. It performs event processing as well as servicing of the widget paint loop. It should be called often.

C
LIB_EXPORT void laUpdate(
    uint32_t dt
);
Parameters
Parameters 
Description 
uint32_t dt 
a delta time, typically expressed in milliseconds, since the last time laUpdate was called. If this value is zero then time-dependent features will not advance. 
MPLAB® Harmony Graphics Suite