lv_observer_t is only used within i80_controller sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
The observed value.
Callback that should be called when the value changes.
void *
A target for the observer, e.g. a widget or style.
void *
Additional parameter supplied when subscribing.
uint32_t : 1
Automatically free user data when the observer is removed.
uint32_t : 1
Mark if this observer was already notified.
uint32_t : 1
`target` is an `lv_obj_t *`.

References

from examples