i2c_oled sample
lv_style_prop_has_flag()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_style_prop_has_flag()
lv_style_prop_has_flag() function
Check if the style property has a specified behavioral flag. Do not pass multiple flags to this function as backwards-compatibility is not guaranteed for that.
Syntax
Show:
Summary
Declaration
from
lv_style.h:553
static
inline
bool
lv_style_prop_has_flag
(
lv_style_prop_t
prop
,
uint8_t
flag
)
;
Arguments
Argument
Description
prop
Property ID
flag
Flag
Return value
true if the flag is set for this property
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out