lv_style_get_prop_inlined() is only used within i80_controller sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

LV_RESULT_INVALID: the property wasn't found in the style (`value` is unchanged) LV_RESULT_OK: the property was fond, and `value` is set accordingly

Notes

For performance reasons there are no sanity check on `style` This function is the same as ::lv_style_get_prop but inlined. Use it only on performance critical places

References

from examples