rgb_panel sample
lv_text_encoded_get_char_id
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_text_encoded_get_char_id
lv_text_encoded_get_char_id
Convert a byte index (in an encoded text) to character index. E.g. in UTF-8 "AÁRT" index of 'R' is 2 but start at byte 3 because 'Á' is 2 bytes long
Syntax
Show:
Summary
Declaration
Definition
from
lv_text_private.h:255
extern
uint32_t
(
*
const
lv_text_encoded_get_char_id
)
(
const
char
*
txt
,
uint32_t
byte_id
)
;
Implemented in
lv_text.c:64
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