i80_controller sample
IS_CONTENT
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
IS_CONTENT
IS_CONTENT macro
Syntax
Show:
Summary
Declaration
from
lv_grid.c:26
#define
IS_CONTENT
(
x
)
(
x
==
LV_COORD_MAX
-
101
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
IS_CONTENT
(
x
)
(
x
==
LV_COORD_MAX
-
101
)
lv_grid.c:26
if
(
IS_CONTENT
(
col_templ
[
i
]
)
)
{
lv_grid.c:309
else
if
(
IS_CONTENT
(
x
)
)
{
lv_grid.c:336
if
(
IS_CONTENT
(
row_templ
[
i
]
)
)
{
lv_grid.c:398
else
if
(
IS_CONTENT
(
x
)
)
{
lv_grid.c:425
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