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

Return value

LV_RES_INV: the property wasn't found in the style (`value` is unchanged) LV_RES_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