i80_controller sample
lv_border_side_t
is only used within i80_controller 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
i80_controller sample
lv_border_side_t
lv_border_side_t enum
Syntax
Show:
Summary
Declaration
from
lv_style.h:99
enum
{
LV_BORDER_SIDE_NONE
=
0x00
,
LV_BORDER_SIDE_BOTTOM
=
0x01
,
LV_BORDER_SIDE_TOP
=
0x02
,
LV_BORDER_SIDE_LEFT
=
0x04
,
LV_BORDER_SIDE_RIGHT
=
0x08
,
LV_BORDER_SIDE_FULL
=
0x0F
,
LV_BORDER_SIDE_INTERNAL
=
0x10
,
}
;
Values
Value
Declared as
Description
lv_border_side_t::LV_BORDER_SIDE_NONE
=
0x00
lv_border_side_t::LV_BORDER_SIDE_BOTTOM
=
0x01
lv_border_side_t::LV_BORDER_SIDE_TOP
=
0x02
lv_border_side_t::LV_BORDER_SIDE_LEFT
=
0x04
lv_border_side_t::LV_BORDER_SIDE_RIGHT
=
0x08
lv_border_side_t::LV_BORDER_SIDE_FULL
=
0x0F
lv_border_side_t::LV_BORDER_SIDE_INTERNAL
=
0x10
FOR matrix-like objects (e.g. Button matrix).
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