i2c_oled sample
_lv_txt_is_break_char()
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_txt_is_break_char()
_lv_txt_is_break_char() function
Test if char is break char or not (a text can broken here or not)
Syntax
Show:
Summary
Declaration
from
lv_txt.h:165
static
inline
bool
_lv_txt_is_break_char
(
uint32_t
letter
)
;
Arguments
Argument
Description
letter
a letter
Return value
false: 'letter' is not break char
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