rgb_panel sample
lv_text_align_t
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_text_align_t
lv_text_align_t enum
Syntax
Show:
Summary
Declaration
from
lv_text.h:49
enum
{
LV_TEXT_ALIGN_AUTO
,
LV_TEXT_ALIGN_LEFT
,
LV_TEXT_ALIGN_CENTER
,
LV_TEXT_ALIGN_RIGHT
,
}
;
Values
Value
Declared as
Description
lv_text_align_t::LV_TEXT_ALIGN_AUTO
Align text auto.
lv_text_align_t::LV_TEXT_ALIGN_LEFT
Align text to left.
lv_text_align_t::LV_TEXT_ALIGN_CENTER
Align text to center.
lv_text_align_t::LV_TEXT_ALIGN_RIGHT
Align text to right.
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