i80_controller sample
CHART_POINTS_NUM
is only used within i80_controller 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
i80_controller sample
CHART_POINTS_NUM
CHART_POINTS_NUM macro
the example show the use of cubic-bezier3 in animation. the control point P1,P2 of cubic-bezier3 can be adjusted by slider. and the chart shows the cubic-bezier3 in real time. you can click run button see animation in current point of cubic-bezier3.
Syntax
Show:
Summary
Declaration
from
lv_example_anim_3.c:11
#define
CHART_POINTS_NUM
256
Examples
References
from
examples
Code
Location
#define
CHART_POINTS_NUM
256
lv_example_anim_3.c:11
for
(
uint16_t
i
=
0
;
i
<=
CHART_POINTS_NUM
;
i
++
)
{
lv_example_anim_3.c:78
uint32_t
t
=
i
*
(
1024
/
CHART_POINTS_NUM
)
;
lv_example_anim_3.c:79
lv_chart_set_point_count
(
ginfo
.
chart
,
CHART_POINTS_NUM
)
;
lv_example_anim_3.c:161
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